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 861ea11 commit fc83871
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,20 @@ jobs:
echo "~/.cargo/config"
cat ~/.cargo/config
echo ""
echo 'find $(brew --prefix) -name "ssl3.h"'
find $(brew --prefix) -name "ssl3.h"
echo ""
echo 'find $(brew --prefix) -name "sasl.h"'
find $(brew --prefix) -name "sasl.h"
brew install cyrus-sasl
echo ""
echo 'find $(brew --prefix) -name "sasl.h"'
find $(brew --prefix) -name "sasl.h"
echo ""
echo "ls -l LDFLAGS"
ls -lah /usr/local/Cellar/[email protected]/1.1.1w/lib
ls -lah /usr/local/opt/cyrus-sasl/lib
echo ""
echo "rustup toolchain list before isntall"
rustup toolchain list
rustup toolchain install stable-aarch64-apple-darwin
rustup toolchain install --force-non-host stable-aarch64-apple-darwin
echo ""
echo "rustup toolchain list after isntall"
rustup toolchain list
rustup default stable-aarch64-apple-darwin
rustup toolchain list
buildCommand: npm run build -- --target aarch64-apple-darwin

# - host: windows-latest
Expand Down

0 comments on commit fc83871

Please sign in to comment.