Skip to content

Commit 8afc6a7

Browse files
committed
fix yaml format
1 parent 5342950 commit 8afc6a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,6 @@ jobs:
167167
matrix:
168168
rust: [nightly, beta, stable]
169169

170-
- name: Cache cargo registry
171-
uses: actions/cache@v2
172-
with:
173-
path: ~/.cargo/registry
174-
key: wasm32-${{ matrix.rust }}-cargo-registry-${{ hashFiles('**/Cargo.toml') }}
175-
176170
steps:
177171
- uses: actions/checkout@master
178172

@@ -183,6 +177,12 @@ jobs:
183177
target: wasm32-unknown-unknown
184178
override: true
185179

180+
- name: Cache cargo registry
181+
uses: actions/cache@v2
182+
with:
183+
path: ~/.cargo/registry
184+
key: wasm32-${{ matrix.rust }}-cargo-registry-${{ hashFiles('**/Cargo.toml') }}
185+
186186
- name: check
187187
uses: actions-rs/cargo@v1
188188
with:

0 commit comments

Comments
 (0)