diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1704af..e7ce27d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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