Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Apr 25, 2024
2 parents 86739be + 23543eb commit f5c63a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:
- run: git config --global url."https://${{ secrets.CONTROL_REPO_TOKEN }}@github.com/".insteadOf ssh://[email protected]/

# https://github.com/nodejs/node-gyp/issues/2869
# https://github.com/actions/runner-images/issues/8615#issuecomment-1773563573
- name: Fix distutils issue for node-gyp
run: python3 -m pip install setuptools
run: python3 -m pip install setuptools --break-system-packages

- name: Install app dependencies
run: npm ci
Expand Down

0 comments on commit f5c63a5

Please sign in to comment.