We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd94344 commit 2b79377Copy full SHA for 2b79377
.github/workflows/release.yml
@@ -54,6 +54,11 @@ jobs:
54
- name: Install experimental tauri-cli (portable AppImage)
55
if: runner.os == 'Linux'
56
run: cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/truly-portable-appimage
57
+
58
+ - name: Cache Rust dependencies
59
+ uses: swatinem/rust-cache@v2
60
+ with:
61
+ workspaces: src-tauri
62
63
- uses: tauri-apps/tauri-action@v0
64
env:
0 commit comments