Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add --unsafe-perm=true
  • Loading branch information
philipp-spiess committed Feb 5, 2025
commit a22a147b7d97656f013675d47a782de7cd79c090
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
shell: bash
run: |
sudo pkg install -y -f curl node libnghttp2 npm
npm install -g pnpm
npm install -g pnpm --unsafe-perm=true
node --version
pnpm --version
curl https://sh.rustup.rs -sSf --output rustup.sh
Expand Down
Loading