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 90c3ebf commit d0617a1Copy full SHA for d0617a1
.github/workflows/java.yml
@@ -59,6 +59,9 @@ jobs:
59
repository: open-quantum-safe/liboqs
60
path: liboqs
61
ref: main
62
+ - name: Install liboqs dependencies
63
+ run: env HOMEBREW_NO_AUTO_UPDATE=1 brew install ninja && pip3 install --require-hashes --break-system-packages -r .github/workflows/requirements.txt
64
+ working-directory: liboqs
65
- name: Build liboqs
66
run: mkdir build && cd build && cmake .. -G"Ninja" -DBUILD_SHARED_LIBS=ON -DOQS_BUILD_ONLY_LIB=ON && ninja install
67
working-directory: liboqs
0 commit comments