Update ci.yml (this may work)

This commit is contained in:
Lyelye150 2025-10-19 01:28:16 -04:00 committed by GitHub
parent 59594c930b
commit 9c342ee99a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,8 +163,8 @@ jobs:
-DISLE_USE_DX5=${{ !!matrix.dx5 }} \ -DISLE_USE_DX5=${{ !!matrix.dx5 }} \
-DISLE_BUILD_CONFIG=${{ !!matrix.config }} \ -DISLE_BUILD_CONFIG=${{ !!matrix.config }} \
-DUSE_SDL2=${{ !!matrix.use_sdl2 }} \ -DUSE_SDL2=${{ !!matrix.use_sdl2 }} \
-DCMAKE_POSITION_INDEPENDENT_CODE=${{ matrix.fpic || 'ON' }} \ -DCMAKE_POSITION_INDEPENDENT_CODE=${{ !!matrix.fpic || 'ON' }} \
-DISLE_EXTENSIONS=${{ matrix.extensions || 'ON' }} \ -DISLE_EXTENSIONS=${{ !!matrix.extensions || 'ON' }} \
-DISLE_BUILD_ASSETS=${{ !!matrix.build-assets }} \ -DISLE_BUILD_ASSETS=${{ !!matrix.build-assets }} \
-DENABLE_CLANG_TIDY=${{ !!matrix.clang-tidy }} \ -DENABLE_CLANG_TIDY=${{ !!matrix.clang-tidy }} \
-DISLE_WERROR=${{ !!matrix.werror }} \ -DISLE_WERROR=${{ !!matrix.werror }} \