Skip to content

Commit

Permalink
fix: Fix openssl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 29, 2023
1 parent 0a4276f commit 56525a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
env:
DEBUG: "napi:*"
OPENSSL_DIR: /usr/local
OPENSSL_LIB_DIR: /usr/local/lib
SASL2_DIR: /usr/local/opt/cyrus-sasl
jobs:
npm:
strategy:
Expand All @@ -32,6 +30,9 @@ jobs:
EOT
echo "~/.cargo/config"
cat ~/.cargo/config
brew install [email protected]
echo 'find $(brew --prefix)/ -name "ssl3.h"'
find $(brew --prefix)/ -name "ssl3.h"
buildCommand: npm run build -- --target aarch64-apple-darwin

# - host: windows-latest
Expand Down

0 comments on commit 56525a5

Please sign in to comment.