We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75a3a0 commit 6588a4cCopy full SHA for 6588a4c
src/tools/rust-analyzer/.github/workflows/ci.yaml
@@ -67,7 +67,7 @@ jobs:
67
run: echo "::add-matcher::.github/rust.json"
68
69
- name: Cache Dependencies
70
- uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
+ uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3
71
with:
72
key: ${{ env.RUST_CHANNEL }}
73
@@ -136,7 +136,7 @@ jobs:
136
rustup target add ${{ env.targets }} ${{ env.targets_ide }}
137
138
139
140
141
- name: Check
142
run: |
0 commit comments