Skip to content

Commit

Permalink
Githubactions: MacOS runner: Fix OpenSSL linking
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Apr 29, 2024
1 parent 0361f00 commit 9deed55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
- name: Build only library (no CLI and no ykcs11)
run: |
set -x
export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/Cellar/openssl@3/3.3.0/lib"
export PATH="$PATH:/opt/homebrew/Cellar/openssl@3/3.3.0/bin"
rm -rf build; mkdir build; cd build
cmake .. -DVERBOSE_CMAKE=ON -DBUILD_ONLY_LIB=ON
Expand Down
2 changes: 1 addition & 1 deletion resources/macos/make_release_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/Cellar/openssl@3/3.3.0/lib"
export PATH="$PATH:/opt/homebrew/Cellar/openssl@3/3.3.0/bin"


/opt/homebrew/Cellar
ls /opt/homebrew/Cellar


# Build yubico-piv-tool and install it in $INSTALL_DIR
Expand Down

0 comments on commit 9deed55

Please sign in to comment.