Skip to content

Commit

Permalink
ci: 🎡 install additional build tools on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Dec 18, 2024
1 parent 38fae4a commit 71f6081
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
npm install -g node-gyp
npm install -g node-pre-gyp-github
- name: Setup macOS build tools
if: runner.os == 'macOS'
run: |
env HOMEBREW_NO_AUTO_UPDATE=1 brew install autoconf automake libtool
- name: Set publish flag
run: |
echo "PUBLISH_BINARY=false" >> $GITHUB_ENV
Expand Down

0 comments on commit 71f6081

Please sign in to comment.