Skip to content

Commit

Permalink
chore: Fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Apr 25, 2024
1 parent edba331 commit a3a0b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
version: 8.3.0
- name: Fix node-gyp and Python
run: python3 -m pip install packaging setuptools
run: python3 -m pip install --break-system-packages --user packaging setuptools
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit a3a0b7d

Please sign in to comment.