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 f0ea790 commit 2314f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
brew install [email protected]
echo 'find $(brew --prefix) -name "ssl3.h"'
find $(brew --prefix) -name "ssl3.h"
echp ""
echo ""
echo 'find $(brew --prefix) -name "sasl.h"'
find $(brew --prefix) -name "sasl.h"
brew install cyrus-sasl
echp ""
echo ""
echo 'find $(brew --prefix) -name "sasl.h"'
find $(brew --prefix) -name "sasl.h"
buildCommand: npm run build -- --target aarch64-apple-darwin
Expand Down

0 comments on commit 2314f1b

Please sign in to comment.