Skip to content

Commit

Permalink
Fix GitHub Actions for MacOS
Browse files Browse the repository at this point in the history
I don't know why, yesterday it still worked, today it doesn't.
  • Loading branch information
Scavanger committed Apr 26, 2024
1 parent a4fd2bc commit 4ee9382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
cache: 'npm'
# Workaround due to a bug in node-gyp: https://github.com/electron/rebuild/issues/1116
- name: Install Setuptools
run: pip install setuptools
run: python3 -m pip install --break-system-packages setuptools
- name: Install deps
uses: nick-fields/retry@v2
with:
Expand Down

0 comments on commit 4ee9382

Please sign in to comment.