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 eab7f55 commit 587e928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ jobs:
ls -lah /usr/local/Cellar/[email protected]/1.1.1w/lib
ls -lah /usr/local/opt/cyrus-sasl/lib
echo ""
echo "PATH"
echo "$PATH"
echo ""
echo "rustup toolchain list before isntall"
rustup toolchain list
rustup toolchain uninstall stable-x86_64-apple-darwin
rustup toolchain install --force-non-host stable-aarch64-apple-darwin
echo ""
echo "rustup toolchain list after isntall"
Expand Down

0 comments on commit 587e928

Please sign in to comment.