From 587e9288484c4df6efbaaa24642f86adf2582720 Mon Sep 17 00:00:00 2001 From: Marek Fedorovic Date: Fri, 29 Sep 2023 17:40:38 +1000 Subject: [PATCH] fix: Fix openssl dependencies --- .github/workflows/npm.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 516ac15b..4de7e1d3 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -40,8 +40,12 @@ jobs: ls -lah /usr/local/Cellar/openssl@1.1/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"