Skip to content

Commit

Permalink
Use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
muffinista committed Nov 10, 2023
1 parent d089d18 commit da08699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# https://github.com/nodejs/node-gyp/issues/2869
- name: Hack node-gyp
run: |
python3 -m pip install packaging
sudo -H python3 -m pip install packaging
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# https://github.com/nodejs/node-gyp/issues/2869
- name: Hack node-gyp
run: |
python3 -m pip install packaging
sudo -H python3 -m pip install packaging
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit da08699

Please sign in to comment.