Skip to content

Commit dbb9ebc

Browse files
committed
ci: add rust version to cache key
1 parent 031321e commit dbb9ebc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
core.exportVariable('VCPKG_BINARY_SOURCES', 'clear;x-gha,readwrite');
6464
6565
- uses: Swatinem/rust-cache@v2
66+
with:
67+
shared-key: ${{ matrix.rust }}
6668

6769
- name: Disable rustup auto update
6870
run: |

0 commit comments

Comments
 (0)