Skip to content

Commit

Permalink
ci fix rust-cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Feb 24, 2025
1 parent de0867e commit c237cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ash-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
shell: bash
run: |
rustup target add ${{ matrix.job.target }}
- uses: Swatinem/rust-cache@v4
- uses: Swatinem/rust-cache@v2
with:
prefix-key: v0-precomp
shared-key: ${{ matrix.job.target }}-${{ matrix.nif }}
Expand Down

0 comments on commit c237cbf

Please sign in to comment.