Skip to content

Commit c423d79

Browse files
authored
Update games.yml
1 parent 9492960 commit c423d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/games.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
run: |
2828
mkdir build
2929
cd build
30-
cmake ..
30+
cmake .. -DCMAKE_BUILD_TYPE=Release
3131
make -j$(nproc)
3232
3333
- name: Build base engine (HandcraftedEngine)
3434
run: |
3535
cd cppchess_engine
3636
mkdir build
3737
cd build
38-
cmake ..
38+
cmake .. -DCMAKE_BUILD_TYPE=Release
3939
make -j$(nproc)
4040
4141
- name: Download fastchess

0 commit comments

Comments
 (0)