Skip to content

Commit

Permalink
Install python setuptools before running build
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Dec 5, 2023
1 parent e024532 commit 0e5efa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
toolchain: stable
target: ${{ matrix.system.target }}
override: true
- name: Setup node-gyp
run: npm install node-gyp@latest
- name: Setup python
run: python3 -m pip install setuptools
- name: Install dependencies
working-directory: ./
run: yarn install --ignore-scripts
Expand Down

0 comments on commit 0e5efa8

Please sign in to comment.