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 9ff4709 commit 5a0ce67Copy full SHA for 5a0ce67
.github/workflows/manual-release.yml
@@ -61,6 +61,13 @@ jobs:
61
uses: actions/setup-node@v4
62
with:
63
node-version: lts/*
64
+ cache: 'npm'
65
+
66
+ - name: Cache Rust dependencies
67
+ uses: Swatinem/rust-cache@v2
68
+ with:
69
+ workspaces: "src-tauri -> target"
70
+ cache-targets: "false"
71
72
- name: Install Rust stable
73
uses: dtolnay/rust-toolchain@stable
.github/workflows/release.yml
@@ -35,6 +35,13 @@ jobs:
35
36
37
38
39
40
41
42
43
44
45
46
47
0 commit comments