Skip to content

Commit

Permalink
ci: don't use cross on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Aug 14, 2024
1 parent 2541464 commit 94b2a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
key: ${{ matrix.rust }}

- name: Use Cross
if: matrix.os != 'windows-2022'
if: matrix.os == 'ubuntu-22.04' && matrix.target != ''
run: |
cargo install cross --git https://github.com/cross-rs/cross
echo "CARGO=cross" >> $GITHUB_ENV
Expand Down

0 comments on commit 94b2a4f

Please sign in to comment.