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 7c01b0a commit c388d36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,16 @@ jobs:
find /usr/local -name "libsasl2.*"
echo "After search for libsasl2"
brew install cyrus-sasl
ehco ""
ehco "ls -lah /usr/local/opt/"
ls -lah /usr/local/opt/
ehco ""
ehco "ls -lah /usr/local/opt/cyrus-sasl"
ls -lah /usr/local/opt/cyrus-sasl
echo 'export PATH="/usr/local/opt/cyrus-sasl/sbin:$PATH"' >> /Users/runner/.bash_profile
export LDFLAGS="-L/usr/local/opt/cyrus-sasl/lib"
export CPPFLAGS="-I/usr/local/opt/cyrus-sasl/include"
env
buildCommand: npm run build -- --target aarch64-apple-darwin

# - host: windows-latest
Expand Down

0 comments on commit c388d36

Please sign in to comment.