Skip to content

Commit

Permalink
update build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Mar 1, 2024
1 parent 3a99318 commit ebc656e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Build
Expand Down

0 comments on commit ebc656e

Please sign in to comment.