Skip to content

Commit

Permalink
remove next line and use pnpm instead of cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
KhalilSelyan committed Jan 19, 2024
1 parent 29a9353 commit 8ef1332
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/arm64build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash
# Install framework specific packages
apt-get install -y nodejs
npm install next@latest react@latest react-dom@latest eslint-config-next@latest
# 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 All @@ -41,7 +40,7 @@ jobs:
# Install frontend dependencies with pnpm
pnpm install
# Build the application
cargo tauri build
pnpm tauri build
- name: Upload deb bundle
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8ef1332

Please sign in to comment.