Skip to content

Commit

Permalink
refactor(workflow): use npm on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Aug 28, 2023
1 parent 866cf91 commit 157a913
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:

- name: ⬇️ Install build dependencies
run: >
yarn global add saucer-app
&& echo "$(yarn global bin)" >> $GITHUB_PATH
npm install -g saucer-app
- name: 🖼️ Build Frontend
run: >
Expand Down

0 comments on commit 157a913

Please sign in to comment.