Skip to content

Commit

Permalink
fix: pnpm install failed
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz committed Oct 31, 2023
1 parent 0f2b36d commit 50efcd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ runs:
shell: bash
run: |
export PATH=$PNPM_HOME:$PATH
echo "PATH=$PATH" >> "$GITHUB_ENV"
pnpm --version && pnpm install
- name: Use rust cache
uses: actions/cache@v3
Expand Down

0 comments on commit 50efcd0

Please sign in to comment.