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 75070e2 commit 9659303Copy full SHA for 9659303
.github/workflows/main.yml
@@ -145,12 +145,6 @@ jobs:
145
components: rustfmt, clippy
146
override: true
147
148
- - name: Restore cargo registry index
149
- uses: actions/cache@v1
150
- with:
151
- path: ~/.cargo/registry/index
152
- key: cargo-index-v1-${{ needs.update-deps.outputs.crates-io-index-head }}
153
-
154
- name: Print rustfmt version
155
run: rustfmt --version
156
@@ -159,7 +153,13 @@ jobs:
159
continue-on-error: false
160
with:
161
command: fmt
162
- args: --all -- --check
+ args: -- --check
157
+
158
+ - name: Restore cargo registry index
+ uses: actions/cache@v1
+ with:
+ path: ~/.cargo/registry/index
+ key: cargo-index-v1-${{ needs.update-deps.outputs.crates-io-index-head }}
163
164
- name: Restore dependency crates
165
uses: actions/cache@v1
0 commit comments