Skip to content

Commit 7ca895a

Browse files
authored
Update build_on_demand.yml
1 parent 6e79581 commit 7ca895a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_on_demand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: mkdir build
9292
- name: Run CMake on ObEngine
9393
working-directory: ./obengine
94-
run: cd build; cmake -G "Visual Studio 16 2019" -A x64 -DSFML_DIR="${env:GITHUB_WORKSPACE}/deps/SFML-2.5.1/lib/cmake/SFML" -DBUILD_TESTS=ON ..
94+
run: cd build; cmake -DSFML_DIR="${env:GITHUB_WORKSPACE}/deps/SFML-2.5.1/lib/cmake/SFML" -DBUILD_TESTS=ON ..
9595
shell: pwsh
9696
- name: Compile ObEngine
9797
working-directory: ./obengine

0 commit comments

Comments
 (0)