Skip to content

Commit

Permalink
chore: try fixing aarch64-apple-darwin release
Browse files Browse the repository at this point in the history
  • Loading branch information
brodo committed Sep 28, 2022
1 parent 1ba4085 commit 10347e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
use-cross: ${{ matrix.cross }}
command: test
args: --release --locked --target ${{ matrix.target }}
if: ${{matrix.target != 'aarch64-apple-darwin'}}

- name: Build release binary
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 10347e7

Please sign in to comment.