Update ci.yml (messed up)

This commit is contained in:
Lyelye150 2025-10-18 21:26:12 -04:00 committed by GitHub
parent 8d16b8df3b
commit 301c092689
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,6 +162,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DISLE_USE_DX5=${{ !!matrix.dx5 }} \
-DISLE_BUILD_CONFIG=${{ !!matrix.config }} \
-DUSE_SDL2=${{ !!matrix.use_sdl2 }} \
-DISLE_BUILD_ASSETS=${{ !!matrix.build-assets }} \
-DENABLE_CLANG_TIDY=${{ !!matrix.clang-tidy }} \
-DISLE_WERROR=${{ !!matrix.werror }} \