We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d181e4 commit 0631e42Copy full SHA for 0631e42
.github/workflows/java.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Resolve all maven project dependencies
74
run: mvn dependency:go-offline
75
- name: Build liboqs-java and run tests
76
- run:
+ run: |
77
export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:/usr/local/lib"
78
export OPENSSL_PATH=$(brew --prefix openssl@3)/lib
79
mvn -P macosx "-Dlinker.end.option=/usr/local/lib/liboqs.a -L$OPENSSL_PATH -lcrypto" package
0 commit comments