Added brew tap aarch64-unknown-linux-gnu

This commit is contained in:
Igor Katson 2022-05-23 21:40:05 +01:00
parent 28992ae5e4
commit 4cf538162e
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -29,7 +29,7 @@ jobs:
- name: install linux cross compiler
run:
brew tap messense/macos-cross-toolchains &&
brew install x86_64-unknown-linux-gnu
brew install x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu
- name: Build release linux x86_64 binary
run: