Skip to content

Commit

Permalink
用npm来安装pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 18, 2024
1 parent 576223e commit 93cf935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash
# Install framework specific packages
apt-get install -y nodejs
curl -fsSL https://get.pnpm.io/install.sh | sh -
npm install -g pnpm
# Install build tools and tauri-cli requirements
apt-get install -y libwebkit2gtk-4.0-dev build-essential wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
# cargo install tauri-cli
Expand Down

0 comments on commit 93cf935

Please sign in to comment.