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 487cff4 commit 536450fCopy full SHA for 536450f
src/tools/rust-analyzer/.github/workflows/ci.yaml
@@ -75,7 +75,7 @@ jobs:
75
run: echo "::add-matcher::.github/rust.json"
76
77
- name: Cache Dependencies
78
- uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
+ uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
79
with:
80
key: ${{ env.RUST_CHANNEL }}
81
@@ -144,7 +144,7 @@ jobs:
144
rustup target add ${{ env.targets }} ${{ env.targets_ide }}
145
146
147
148
149
- name: Check
150
run: |
0 commit comments