Skip to content

Commit 2e39f1d

Browse files
authored
Update action.yml
1 parent e2d1daf commit 2e39f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
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 -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 -DBUILD_PLAYER=OFF ..
7070
shell: pwsh
7171
if: runner.os == 'Windows'
7272

0 commit comments

Comments
 (0)