Skip to content

Commit

Permalink
fix: Export PKG_CONFIG_PATH when building for Mac aarch.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 27, 2023
1 parent eb6a724 commit 7974acd
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 @@ -21,7 +21,7 @@ jobs:
- host: macos-latest
target: aarch64-apple-darwin
customiseHostCommand: |
brew update && brew install cyrus-sasl
brew update && brew install cyrus-sasl && export PKG_CONFIG_PATH="/usr/local/opt/cyrus-sasl/lib/pkgconfig"
buildCommand: |
cd $SDK_JS_HOME && npm run build -- --target aarch64-apple-darwin
- host: windows-latest
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
shell: bash
run: ls -l

- name: Customise Host Image
- name: Customise host image
shell: bash
run: ${{ matrix.settings.customiseHostCommand }}

Expand Down

0 comments on commit 7974acd

Please sign in to comment.