Skip to content

Commit

Permalink
updates workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-blc authored Aug 8, 2024
1 parent fef8e7a commit 6e613c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ jobs:
sudo apt-get update
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: Update cargo to fix time crates issue
- run: cargo update

- name: Install Tauri CLI using Cargo
uses: baptiste0928/cargo-install@v3
run: cargo update
with:
crate: tauri-cli
version: "2.0.0-beta.20"
Expand Down

0 comments on commit 6e613c7

Please sign in to comment.