We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90086e7 commit 8821aaeCopy full SHA for 8821aae
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
shell: bash
16
run: |
17
cd pocketpy
18
- python cmake_build.py Release -DPK_BUILD_MODULE_LZ4=OFF
+ python cmake_build.py Release -DPK_ENABLE_DETERMINISM=OFF
19
cd ../
20
cmake -B build -DCMAKE_BUILD_TYPE=Release
21
cmake --build build --config Release
@@ -32,7 +32,7 @@ jobs:
32
- name: Compile and Test
33
34
35
36
37
38
0 commit comments