Skip to content

Commit

Permalink
CI/CD: Use precompiled tauri cli
Browse files Browse the repository at this point in the history
  • Loading branch information
girogio committed Feb 20, 2024
1 parent e8fbdad commit f551424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
sudo apt-get install -y libsoup-3.0-dev libwebkit2gtk-4.1-dev patchelf javascriptcoregtk-4.1 build-essential curl wget file libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
- name: Install Tauri CLI
run: cargo install tauri-cli --version "^2.0.0-beta.1"
run: |
npm i @tauri-apps/[email protected]
# If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any asstes.
- uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit f551424

Please sign in to comment.