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 a45c76c commit 0ec173eCopy full SHA for 0ec173e
1 file changed
.github/workflows/build.yml
@@ -58,6 +58,14 @@ jobs:
58
with:
59
bun-version: latest
60
61
+ - run: rustup toolchain install stable --profile minimal
62
+
63
+ - uses: Swatinem/rust-cache@v2
64
+ with:
65
+ # using the default — we can bust the cache by changing this
66
+ prefix-key: "v0-rust"
67
+ workspaces: "src-tauri"
68
69
- name: (Ubuntu only) Install dependencies
70
if: matrix.platform == 'ubuntu-22.04'
71
run: |
0 commit comments