Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsmagd authored Nov 24, 2024
1 parent 4ba2239 commit df5523c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:

- name: Configure CMake
run: |
cmake -S ${{github.workspace}}/Ifnity -B ${{github.workspace}}/out/build/x64-Debug \
-G "Ninja" \
-DCMAKE_BUILD_TYPE=Debug \
cmake -S ${{github.workspace}}/Ifnity -B ${{github.workspace}}/out/build/x64-Debug ^
-G "Ninja" ^
-DCMAKE_BUILD_TYPE=Debug ^
-DBUILD_SHARED_IFNITY=False
- name: Build Project
Expand Down

0 comments on commit df5523c

Please sign in to comment.