Skip to content

Commit

Permalink
ci: add rebuild step
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamScience committed Nov 10, 2024
1 parent b50a3b3 commit 06d8f10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- run: pip3 install setuptools
env:
PYTHON: '${{ steps.py.outputs.python-path }}'
- run: npm rebuild
env:
NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}'
- run: npm install
env:
NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}'
Expand Down

0 comments on commit 06d8f10

Please sign in to comment.