Skip to content

Commit

Permalink
openssl 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Jun 30, 2024
1 parent de66527 commit ec1730f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mac-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
node_modules/.bin/prebuild -r napi --backend cmake-js --arch arm64 --upload -u ${{ secrets.GITHUB_TOKEN }} -- --CDCMAKE_OSX_ARCHITECTURES="arm64"
env:
CI: true
OPENSSL_ROOT_DIR: /opt/homebrew/opt/openssl
OPENSSL_LIBRARIES: /opt/homebrew/opt/openssl/lib
OPENSSL_ROOT_DIR: /usr/local/opt/openssl@1.1
OPENSSL_LIBRARIES: /usr/local/opt/openssl@1.1/lib

0 comments on commit ec1730f

Please sign in to comment.