We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb6135 commit abe6aa3Copy full SHA for abe6aa3
1 file changed
.github/workflows/build-and-test.yml
@@ -20,7 +20,8 @@ jobs:
20
- uses: dtolnay/rust-toolchain@stable
21
- uses: Swatinem/rust-cache@v2
22
with:
23
- shared-key: "rust-cache-${{ inputs.os }}"
+ prefix-key: "v1-rust"
24
+ shared-key: "${{ inputs.os }}"
25
cache-on-failure: true
26
- name: Build workspace
27
run: cargo build --workspace --all-targets --all-features ${{ inputs.exclude-crates && format('--exclude {0}', inputs.exclude-crates) || '' }}
@@ -38,7 +39,8 @@ jobs:
38
39
40
41
42
43
44
save-if: false
45
- uses: actions/setup-python@v5
46
0 commit comments