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 01f34f5 commit 120ce96Copy full SHA for 120ce96
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
toolchain: stable
25
components: rustfmt, clippy
26
+ - uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
27
- name: Lint (rustfmt)
28
uses: actions-rs/cargo@v1
29
@@ -51,6 +52,7 @@ jobs:
51
52
53
54
override: true
55
56
- name: Build
57
58
0 commit comments