Skip to content

Commit

Permalink
ci: upgrade caching (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jul 18, 2023
1 parent 848848f commit 0553628
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Cache toolchain
uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 0553628

Please sign in to comment.