Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9e7b8f

Browse files
committed
Remove 'debug' option from CI matrix
There is no need to run both 'debug' and 'debugoptimized' variants in CI. 'debugoptimized' gives us everything that needed for CI run.
1 parent e7e63e3 commit d9e7b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/psp-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: ['ubuntu-22.04']
1515
compiler: [gcc, clang]
16-
build_type: [debug,debugoptimized]
16+
build_type: [debugoptimized]
1717
build_script: [make, meson]
1818
uses: ./.github/workflows/psp-reusable.yml
1919
with:

0 commit comments

Comments
 (0)