Skip to content

Commit

Permalink
Use rust-cache in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Sep 30, 2023
1 parent 9ed414c commit 976a850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2

- name: Setup database
run: |
Expand Down

0 comments on commit 976a850

Please sign in to comment.