Skip to content

Commit

Permalink
Fix arm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilucand committed Aug 23, 2024
1 parent 5a49ae3 commit bc7fd4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Arm setup
shell: bash
run:
apt install -y g++-aarch64-linux-gnu
apt install -y g++-arm-linux-gnueabi
apt install -y gcc-aarch64-linux-gnu
apt install -y gcc-arm-linux-gnueabi
- name: Rust setup
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down

0 comments on commit bc7fd4a

Please sign in to comment.