Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lich0821 committed Dec 29, 2024
1 parent 767e30d commit 5fa7c1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ jobs:
${{ runner.os }}-node-modules-
- name: Install Node Module
run: npm i pnpm -g && pnpm i
env:
PATH: C:/Users/runneradmin/AppData/Roaming/npm:${{ env.PATH }}
run: |
npm i pnpm -g
echo "C:/Users/runneradmin/AppData/Roaming/npm" >> $GITHUB_PATH
pnpm i
- name: Install Protoc
uses: arduino/setup-protoc@v3
Expand Down

0 comments on commit 5fa7c1f

Please sign in to comment.