mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 04:21:15 +00:00
💚 fix: please
This commit is contained in:
parent
9d33eabf2a
commit
4307200ee2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -91,7 +91,7 @@ jobs:
|
||||
|
||||
- name: Configure (CMake)
|
||||
run: |
|
||||
${{ matrix.cmake-wrapper || '' }} cmake -S . -B build -G ${{ matrix.generator }} \
|
||||
${{ matrix.cmake-wrapper || '' }} cmake -S . -B build -G "${{ matrix.generator }}" \
|
||||
${{ matrix.cmake-args || '' }} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DISLE_USE_DX5=${{ !!matrix.dx5 }} \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user