We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e79581 commit 7ca895aCopy full SHA for 7ca895a
.github/workflows/build_on_demand.yml
@@ -91,7 +91,7 @@ jobs:
91
run: mkdir build
92
- name: Run CMake on ObEngine
93
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 ..
+ run: cd build; cmake -DSFML_DIR="${env:GITHUB_WORKSPACE}/deps/SFML-2.5.1/lib/cmake/SFML" -DBUILD_TESTS=ON ..
95
shell: pwsh
96
- name: Compile ObEngine
97
0 commit comments