Skip to content

Commit 5280edf

Browse files
committed
restore cache after rustup
1 parent 40420cc commit 5280edf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- name: Checkout repository
2828
uses: actions/checkout@v3
2929

30-
- name: Cache
31-
uses: Swatinem/rust-cache@v2
32-
3330
- name: Install Rust
3431
uses: actions-rs/toolchain@v1
3532
with:
@@ -38,6 +35,9 @@ jobs:
3835
profile: minimal
3936
components: clippy
4037

38+
- name: Cache
39+
uses: Swatinem/rust-cache@v2
40+
4141
- name: Build Debug
4242
run: |
4343
rustc --version

0 commit comments

Comments
 (0)