Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Nov 16, 2024
1 parent 2f92478 commit 4d8ee9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ jobs:
BUILD_ARCH: ${{ matrix.ARCH }}
run: |
sudo npm install asar -g
npm install
corepack enable pnpm
corepack use pnpm@latest
pnpm install
echo "$UID, $GID"
- name: Generate TAG
Expand Down

0 comments on commit 4d8ee9f

Please sign in to comment.