Skip to content

Commit

Permalink
ci: add cache for build jobs (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4sh3d authored Sep 18, 2023
1 parent ccbdca9 commit 8797572
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: Swatinem/rust-cache@v2.7.0

- name: Install Rust ${{ matrix.rust }}
uses: actions-rs/toolchain@v1.0.7
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Cache for build jobs in CI

## [1.0.1] - 2023-01-02

### Changed
Expand Down

0 comments on commit 8797572

Please sign in to comment.