Skip to content

Commit b1eba89

Browse files
Shrink cache
1 parent 401d7cd commit b1eba89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ env:
1111
CARGO_NET_RETRY: 10
1212
# Use the local .curlrc
1313
CURL_HOME: .
14+
# Disable incremental compilation
15+
CARGO_INCREMENTAL: 0
1416

1517
defaults:
1618
run:
@@ -86,7 +88,7 @@ jobs:
8688
~/.cargo/registry/cache/
8789
~/.cargo/git/db/
8890
target/
89-
${{ contains(matrix.os, 'windows') && 'C:/vcpkg' || '' }}
91+
${{ contains(matrix.os, 'windows') && 'C:/vcpkg/installed' || '' }}
9092
key: ${{ matrix.os }}-cargo-${{ hashFiles('rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}
9193

9294
- name: Setup image (Linux)

0 commit comments

Comments
 (0)