Skip to content

Commit

Permalink
rustup target add
Browse files Browse the repository at this point in the history
  • Loading branch information
babdor committed Apr 30, 2024
1 parent d578043 commit e84a65c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
toolchain: stable

- name: Install rustup parts
run: rustup toolchain install stable-aarch64-unknown-linux-gnu
run: |
rustup toolchain install stable-aarch64-unknown-linux-gnu
rustup target add aarch64-unknown-linux-gnu
- name: Lint
run: |
Expand Down

0 comments on commit e84a65c

Please sign in to comment.