Skip to content

Commit

Permalink
fix: install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
FlickerSoul committed May 3, 2024
1 parent 1e2b951 commit 3866333
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- name: Install PNPM
run: npm install -g pnpm && pnpm setup
- uses: pnpm/action-setup@v3
with:
version: latest
- name: Install Cargo
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
- name: Install Vercel CLI
Expand Down

0 comments on commit 3866333

Please sign in to comment.