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 b6eb59a commit 290e1d2Copy full SHA for 290e1d2
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@9bdad043e88c75890e36ad3bbc8d27f0090dd609
+ uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3
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