Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
ci: add cache to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Oct 30, 2023
1 parent 4a07cc5 commit 8773b42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- uses: Swatinem/rust-cache@v2
with:
cache-targets: "true"
cache-on-failure: "true"
cache-all-crates: "true"
shared-key: "release-build"

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 8773b42

Please sign in to comment.