Skip to content

Commit 120ce96

Browse files
committed
add build artifact caching
1 parent 01f34f5 commit 120ce96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
toolchain: stable
2525
components: rustfmt, clippy
26+
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
2627
- name: Lint (rustfmt)
2728
uses: actions-rs/cargo@v1
2829
with:
@@ -51,6 +52,7 @@ jobs:
5152
with:
5253
toolchain: stable
5354
override: true
55+
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
5456
- name: Build
5557
uses: actions-rs/cargo@v1
5658
with:

0 commit comments

Comments
 (0)