From 12369975cea1157bbbec544f07ae4d4dc6160e0b Mon Sep 17 00:00:00 2001 From: Marek Fedorovic Date: Fri, 29 Sep 2023 10:28:49 +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 75659b46..9be48dcd 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -6,6 +6,7 @@ env: DEBUG: "napi:*" OPENSSL_DIR: /usr/local OPENSSL_LIB_DIR: /usr/local/lib + SASL2_DIR: /usr/local/sasl2 jobs: npm: strategy: @@ -26,8 +27,11 @@ jobs: customiseHostCommand: |- env find $(brew --prefix) -name "libcrypto.*" + find $(brew --prefix) -name "libsasl2.*" brew install FiloSottile/musl-cross/musl-cross brew install FiloSottile/musl-cross/musl-cross --with-aarch64 + brew install cyrus-sasl + ls -lah /usr/local/lib/ env buildCommand: npm run build -- --target aarch64-apple-darwin