Skip to content

Commit

Permalink
fix: add macos arm64 into exceptions for rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Nov 27, 2024
1 parent fb3b586 commit 2170234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/rust-unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
echo "target=--target ${{ inputs.target }}" >> "${GITHUB_OUTPUT}"
- name: Rust cache
if: ${{ !(runner.os == 'macOS' && runner.arch == 'arm64') }}
uses: Swatinem/rust-cache@v2
with:
shared-key: "rust-cargo-cache-${{ runner.os }}-${{ runner.arch }}"
Expand Down

0 comments on commit 2170234

Please sign in to comment.