Skip to content

Commit a35cd86

Browse files
author
Johnathan Van Why
committed
Add an ARM toolchain to CI.
1 parent 5e30dc2 commit a35cd86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
# relocation.
4343
- name: Build and Test
4444
run: |
45-
sudo apt-get install binutils-riscv64-unknown-elf
45+
sudo apt-get install binutils-arm-none-eabi \
46+
binutils-riscv64-unknown-elf
4647
cd "${GITHUB_WORKSPACE}"
4748
echo "[target.'cfg(all())']" >> .cargo/config
4849
echo 'rustflags = ["-D", "warnings"]' >> .cargo/config

0 commit comments

Comments
 (0)