Skip to content

Commit 0631e42

Browse files
authored
Update java.yml
Signed-off-by: Huajie Shen <1534656015@qq.com>
1 parent 1d181e4 commit 0631e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Resolve all maven project dependencies
7474
run: mvn dependency:go-offline
7575
- name: Build liboqs-java and run tests
76-
run:
76+
run: |
7777
export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:/usr/local/lib"
7878
export OPENSSL_PATH=$(brew --prefix openssl@3)/lib
7979
mvn -P macosx "-Dlinker.end.option=/usr/local/lib/liboqs.a -L$OPENSSL_PATH -lcrypto" package

0 commit comments

Comments
 (0)