We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2998d commit 2e0f2a2Copy full SHA for 2e0f2a2
src/tools/rust-analyzer/.github/workflows/ci.yaml
@@ -71,7 +71,7 @@ jobs:
71
run: echo "::add-matcher::.github/rust.json"
72
73
- name: Cache Dependencies
74
- uses: Swatinem/rust-cache@640a22190e7a783d4c409684cea558f081f92012
+ uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
75
with:
76
key: ${{ env.RUST_CHANNEL }}
77
@@ -140,7 +140,7 @@ jobs:
140
rustup target add ${{ env.targets }} ${{ env.targets_ide }}
141
142
143
144
145
- name: Check
146
run: |
0 commit comments