Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichi24 committed Apr 3, 2024
1 parent 7234650 commit 598e58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
with:
node-version: "lts/*"

# NOTE: necessary for rebuilding native modules
# NOTE: necessary for rebuilding native modules, see https://github.com/actions/runner/issues/2958
- name: Install setuptools
if: ${{ matrix.os != 'windows-latest' }}
run: |
sudo -H pip3 install setuptools
sudo -H python3 -m pip install setuptools
- name: Install dependencies
run: |
Expand Down

0 comments on commit 598e58d

Please sign in to comment.