Skip to content

Commit

Permalink
correct liboqs reference
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Jun 28, 2023
1 parent 0ac2b43 commit bf7671e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
make install
working-directory: liboqs
- name: build oqs-provider
run: liboqs_DIR=.localliboqs cmake -DOPENSSL_ROOT_DIR=.localopenssl32 -S . -B _build && cmake --build _build
run: cmake -Dliboqs_DIR=.localliboqs -DOPENSSL_ROOT_DIR=.localopenssl32 -S . -B _build && cmake --build _build
- name: Check resultant dylib
run: ls -l && pwd
working-directory: _build/lib
Expand Down

0 comments on commit bf7671e

Please sign in to comment.