Skip to content

Commit 2b79377

Browse files
committed
ci(release): cache Rust dependencies in release workflow
1 parent bd94344 commit 2b79377

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
- name: Install experimental tauri-cli (portable AppImage)
5555
if: runner.os == 'Linux'
5656
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
5762

5863
- uses: tauri-apps/tauri-action@v0
5964
env:

0 commit comments

Comments
 (0)