Skip to content

Commit

Permalink
build.yml: Install distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertychouskie authored Jun 6, 2024
1 parent 7362fe8 commit 7278259
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
with:
node-version: '20'

- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: Install Python setup tools
run: |
pip install setuptools
- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 7278259

Please sign in to comment.