Skip to content

Commit

Permalink
gh actions: install cross compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
dinfuehr committed Aug 5, 2023
1 parent b6939ff commit b8fad9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
with:
rust-version: "stable"

- name: Install packages
run: apt install gcc-aarch64-linux-gnu

- name: Install ARM64 target
run: rustup target add aarch64-unknown-linux-gnu

Expand Down

0 comments on commit b8fad9f

Please sign in to comment.