Skip to content

Commit

Permalink
Fix fuzzer on aarch64 OSX CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Apr 28, 2024
1 parent 19fc5b5 commit cae8038
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
components: rustfmt, clippy
default: true

- name: OSX x86 rust
if: startsWith(matrix.os, 'macos')
run: |
# For some reason this is required to run the fuzzer on OSX
rustup target add x86_64-apple-darwin
- name: Install cargo-deny
if: steps.rust-cache.outputs.cache-hit != 'true'
run: rustup run --install 1.74 cargo install --force --version 0.14.17 cargo-deny --locked
Expand Down

0 comments on commit cae8038

Please sign in to comment.