Skip to content

Commit 284fcd8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ runs:
6262
if: runner.os == 'Windows'
6363

6464
- name: Prepare compilation [MacOS|Linux]
65-
run: cd build && cmake -DBUILD_TESTS=OFF -DBUILD_TOOLKIT=OFF -DBUILD_PLAYER=OFF ..
65+
run: cd build && cmake -DBUILD_TESTS=OFF -DBUILD_TOOLKIT=OFF -DBUILD_PLAYER=OFF -DCMAKE_BUILD_TYPE=Release ..
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 -DBUILD_PLAYER=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 -DCMAKE_BUILD_TYPE=Release ..
7070
shell: pwsh
7171
if: runner.os == 'Windows'
7272

0 commit comments

Comments
 (0)