Skip to content

Commit

Permalink
CI: Add cache to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
on3iro committed Dec 2, 2021
1 parent 06e6ee7 commit 4cee659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: cache
uses: Swatinem/rust-cache@v1
- name: build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 4cee659

Please sign in to comment.