Skip to content

Commit

Permalink
ci: Configure the cache to the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Nov 6, 2023
1 parent 5a66291 commit a875ffa
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 @@ -99,6 +99,8 @@ jobs:
with:
submodules: recursive
- uses: swatinem/rust-cache@v2
with:
workspaces: "libs"
- name: Install cargo-dist
run: ${{ matrix.install_dist }}
- name: Install dependencies
Expand Down

0 comments on commit a875ffa

Please sign in to comment.