Skip to content

Commit

Permalink
ci: Remove Rust build artifact caching from GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Dec 7, 2024
1 parent f37eef8 commit cce6bbe
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

# Cache Rust build artifacts
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-${{ matrix.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-${{ matrix.arch }}-cargo-
# Cache Homebrew packages
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit cce6bbe

Please sign in to comment.