Skip to content

Commit

Permalink
fix: Fix aarch build and yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 27, 2023
1 parent f400a96 commit 9d742c7
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 @@ -25,7 +25,8 @@ jobs:
brew update && brew install cyrus-sasl &&
export PKG_CONFIG_PATH="/usr/local/opt/cyrus-sasl/lib/pkgconfig" &&
export PATH="/usr/local/opt/cyrus-sasl/sbin:$PATH" >> /Users/runner/.bash_profile &&
echo "ls -lah $PKG_CONFIG_PATH" && ls -lah $PKG_CONFIG_PATH
echo "ls -lah $PKG_CONFIG_PATH" && ls -lah $PKG_CONFIG_PATH &&
cat /Users/runner/.bash_profile
buildCommand: npm run build -- --target aarch64-apple-darwin

- host: windows-latest
Expand Down

0 comments on commit 9d742c7

Please sign in to comment.