We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401d7cd commit b1eba89Copy full SHA for b1eba89
.github/workflows/test.yml
@@ -11,6 +11,8 @@ env:
11
CARGO_NET_RETRY: 10
12
# Use the local .curlrc
13
CURL_HOME: .
14
+ # Disable incremental compilation
15
+ CARGO_INCREMENTAL: 0
16
17
defaults:
18
run:
@@ -86,7 +88,7 @@ jobs:
86
88
~/.cargo/registry/cache/
87
89
~/.cargo/git/db/
90
target/
- ${{ contains(matrix.os, 'windows') && 'C:/vcpkg' || '' }}
91
+ ${{ contains(matrix.os, 'windows') && 'C:/vcpkg/installed' || '' }}
92
key: ${{ matrix.os }}-cargo-${{ hashFiles('rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}
93
94
- name: Setup image (Linux)
0 commit comments