Skip to content

Commit

Permalink
add rust-cache for faster builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 5, 2022
1 parent 67244ba commit 676a43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
components: rustfmt, clippy

- uses: Swatinem/rust-cache@v1
- name: cargo build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 676a43f

Please sign in to comment.