Skip to content

Commit

Permalink
Add arm compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
muzuke committed Jul 14, 2023
1 parent 6606f47 commit 0977710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
rustup target install ${{ matrix.build-target.target-triple }}
rustup +nightly target install ${{ matrix.build-target.target-triple }}
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
rustup component add rust-src --toolchain nightly-aarch64-unknown-linux-gnu
- name: Building Toolkit
run: |
Expand Down

0 comments on commit 0977710

Please sign in to comment.