Skip to content

Commit

Permalink
fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
oissevalt committed Oct 16, 2023
1 parent 24c41af commit c94908c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
# run : rustup toolchain add nightly-x86_64-unknown-linux-gnu
# - name: Add nightly rust-src
# run : rustup component add rust-src --toolchain nightly
- name: Download target
run: rustup target add aarch64-unknown-linux-gnu
- name: Build
env:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
Expand Down

0 comments on commit c94908c

Please sign in to comment.