Skip to content

Commit

Permalink
fix: Fix aarch build (set path to have cyrus-sasl
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 27, 2023
1 parent 92787f3 commit 72da036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
customiseHostCommand: |-
brew update && brew install cyrus-sasl &&
export PKG_CONFIG_PATH="/usr/local/opt/cyrus-sasl/lib/pkgconfig" &&
echo 'export PATH=/usr/local/opt/cyrus-sasl/sbin:$PATH' >> /Users/runner/.bash_profile &&
echo '\n' >> /Users/runner/.bash_profile &&
echo 'PATH=/usr/local/opt/cyrus-sasl/sbin:$PATH' >> /Users/runner/.bash_profile &&
echo "ls -lah $PKG_CONFIG_PATH" && ls -lah $PKG_CONFIG_PATH &&
echo "cat /Users/runner/.bash_profile" && cat /Users/runner/.bash_profile
buildCommand: npm run build -- --target aarch64-apple-darwin
Expand Down

0 comments on commit 72da036

Please sign in to comment.