We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d1daf commit 2e39f1dCopy full SHA for 2e39f1d
action.yml
@@ -66,7 +66,7 @@ runs:
66
shell: bash
67
if: runner.os == 'macOS' || runner.os == 'Linux'
68
- 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 ..
+ 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 ..
70
shell: pwsh
71
if: runner.os == 'Windows'
72
0 commit comments