From fc838711e322f39ba34d341d331dab9986f6ed1e Mon Sep 17 00:00:00 2001 From: Marek Fedorovic Date: Fri, 29 Sep 2023 17:23:55 +1000 Subject: [PATCH] fix: Fix openssl dependencies --- .github/workflows/npm.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 522c65fa..90476818 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -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/openssl@1.1/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