We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5716926 commit 6f89d87Copy full SHA for 6f89d87
.github/workflows/build-test.yml
@@ -217,7 +217,7 @@ jobs:
217
218
# Runs a set of commands using the runners shell
219
- name: build libOTe
220
- run: python3 build.py --par=1 -D ENABLE_ALL_OT=ON -D ENABLE_RELIC=ON -DENABLE_ASAN=true -DENABLE_RELIC=OFF -G Ninja -DCMAKE_BUILT_TYPE=Debug
+ run: python3 build.py --par=1 -D ENABLE_ALL_OT=ON -DENABLE_ASAN=true -DENABLE_RELIC=OFF -G Ninja -DCMAKE_BUILD_TYPE=Debug
221
222
223
- name: unit test
0 commit comments