Skip to content

Commit

Permalink
Cache deps by target
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriternr committed Dec 10, 2024
1 parent 40c9d77 commit a6fbb4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
run: echo "BUILD_CMD=cross" >> $GITHUB_ENV

- uses: Swatinem/rust-cache@v2
with:
shared-key: ${{ matrix.job.target }}

- name: Build binary
shell: bash
Expand Down

0 comments on commit a6fbb4b

Please sign in to comment.