Skip to content

Commit

Permalink
ci: add in compiler for target
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkornitzer committed Oct 27, 2024
1 parent f1c0624 commit 8737a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Install Target
run: apt install gcc-aarch64-linux-gnu
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 8737a3e

Please sign in to comment.