diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 38a3ebd..22b031a 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -217,7 +217,7 @@ jobs: # Runs a set of commands using the runners shell - name: build libOTe - 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 - name: unit test