We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404a517 commit c6b1e26Copy full SHA for c6b1e26
1 file changed
.github/workflows/build.yml
@@ -31,6 +31,10 @@ jobs:
31
- name: Install Rust stable
32
uses: dtolnay/rust-toolchain@stable
33
34
+ - uses: Swatinem/rust-cache@v2
35
+ with:
36
+ workspaces: src-tauri
37
+
38
- name: Install native dependencies
39
run: |
40
sudo apt-get update
@@ -104,6 +108,10 @@ jobs:
104
108
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
105
109
targets: ${{ matrix.platform == 'macos-14' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
106
110
111
112
113
114
107
115
- name: Install native dependencies (ubuntu only)
116
if: startsWith(matrix.platform, 'ubuntu')
117
0 commit comments