mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Fix Github Actions
This commit is contained in:
parent
9642e86876
commit
e1faf6a4a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue