Skip to content

Commit

Permalink
ci: use bash for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 23, 2024
1 parent 8c1da8f commit 797dbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
show-progress: false

- name: install pnpm
run: curl -fsSL https://get.pnpm.io/install.sh | sh -
run: curl -fsSL https://get.pnpm.io/install.sh | bash -

- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
Expand Down

0 comments on commit 797dbab

Please sign in to comment.