Skip to content

Commit d769ecd

Browse files
authored
Update action.yml
1 parent 52e145c commit d769ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
shell: bash
6767
if: runner.os == 'macOS' || runner.os == 'Linux'
6868
- name: Prepare compilation [Windows]
69-
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=OFF -DBUILD_TOOLKIT=OFF ..
69+
run: cd build; cmake -DSFML_DIR="${env:GITHUB_WORKSPACE}/deps/SFML-2.5.1/lib/cmake/SFML" -DBUILD_TESTS=OFF -DBUILD_TOOLKIT=OFF ..
7070
shell: pwsh
7171
if: runner.os == 'Windows'
7272

0 commit comments

Comments
 (0)