Skip to content

Commit d0617a1

Browse files
committed
fixup! Add macOS job
Signed-off-by: Spencer Wilson <[email protected]>
1 parent 90c3ebf commit d0617a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/java.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
repository: open-quantum-safe/liboqs
6060
path: liboqs
6161
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
6265
- name: Build liboqs
6366
run: mkdir build && cd build && cmake .. -G"Ninja" -DBUILD_SHARED_LIBS=ON -DOQS_BUILD_ONLY_LIB=ON && ninja install
6467
working-directory: liboqs

0 commit comments

Comments
 (0)