Skip to content

Commit 8821aae

Browse files
committed
Update build.yml
1 parent 90086e7 commit 8821aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
shell: bash
1616
run: |
1717
cd pocketpy
18-
python cmake_build.py Release -DPK_BUILD_MODULE_LZ4=OFF
18+
python cmake_build.py Release -DPK_ENABLE_DETERMINISM=OFF
1919
cd ../
2020
cmake -B build -DCMAKE_BUILD_TYPE=Release
2121
cmake --build build --config Release
@@ -32,7 +32,7 @@ jobs:
3232
- name: Compile and Test
3333
run: |
3434
cd pocketpy
35-
python cmake_build.py Release -DPK_BUILD_MODULE_LZ4=OFF
35+
python cmake_build.py Release -DPK_ENABLE_DETERMINISM=OFF
3636
cd ../
3737
cmake -B build -DCMAKE_BUILD_TYPE=Release
3838
cmake --build build --config Release

0 commit comments

Comments
 (0)