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 36ddf83 commit 7f270b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@ jobs:
jsPackageHome: packages/cohort_sdk_js
finalPackageName: packages/cohort_sdk_js/cohort_sdk_js.darwin-arm64.node
customiseHostCommand: |-
env
find $(brew --prefix) -name "libcrypto.*"
find $(brew --prefix) -name "libsasl2.*"
brew install FiloSottile/musl-cross/musl-cross
echo ""
echo "find /usr/local -name "libsasl2.*""
find /usr/local -name "libsasl2.*"
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

# - host: windows-latest
Expand Down

0 comments on commit 7f270b7

Please sign in to comment.