Update ci.yml (JUST WORK)

This commit is contained in:
Lyelye150 2025-10-19 01:44:04 -04:00 committed by GitHub
parent f5afed6307
commit 2494f4e0c0
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_BUILD_CONFIG=${{ !!matrix.config }} \
-DUSE_SDL2=${{ !!matrix.use_sdl2 }} \
-DCMAKE_POSITION_INDEPENDENT_CODE=${{ matrix.wiiu == 'OFF' || 'ON' }} \
-DISLE_EXTENSIONS=${{ matrix.wiiu == 'OFF' || 'ON' }} \
-DCMAKE_POSITION_INDEPENDENT_CODE=${{ matrix.wiiu && 'OFF' || 'ON' }} \
-DISLE_EXTENSIONS=${{ matrix.wiiu && 'OFF' || 'ON' }} \
-DISLE_BUILD_ASSETS=${{ !!matrix.build-assets }} \
-DENABLE_CLANG_TIDY=${{ !!matrix.clang-tidy }} \
-DISLE_WERROR=${{ !!matrix.werror }} \