Skip to content

Commit a1f99fc

Browse files
committed
ci: don't pin the arm toolchain version
We don't pin risc-v, and if new compilers break things, it would be good to know about it...
1 parent 8971341 commit a1f99fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
with:
3939
submodules: recursive
4040
- uses: carlosperate/arm-none-eabi-gcc-action@v1
41-
with:
42-
release: '10.3-2021.07' # The arm-none-eabi-gcc release to use.
41+
- run: arm-none-eabi-gcc --version
4342
- name: setup-riscv-toolchain
4443
run: sudo apt-get install -y gcc-riscv64-unknown-elf
4544
- name: ci-build

0 commit comments

Comments
 (0)