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"