Skip to content

Commit

Permalink
Fix CI for mac build failure (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jermy-c authored Jun 18, 2024
1 parent 54c061d commit 76f3059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/installer-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
node-version: 18.x
# cache: 'npm'
- run: sudo -H pip install setuptools
- run: cd app; npm install
- run: cd lib; npm install
- run: cd backend; npm install
Expand Down

0 comments on commit 76f3059

Please sign in to comment.