Skip to content

Commit

Permalink
Merge pull request #20 from andrzejressel/replace-rust-cache
Browse files Browse the repository at this point in the history
Replace rust cache
  • Loading branch information
mergify[bot] committed Mar 9, 2024
2 parents 1b3b47e + 97a8e21 commit d4edf36
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-
${{ runner.os }}-cargo-
- uses: Swatinem/rust-cache@v2
- uses: actions/setup-go@v5
with:
go-version: '^1.22.0'
Expand Down

0 comments on commit d4edf36

Please sign in to comment.