Skip to content

Commit

Permalink
try CI gcc 10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Nov 22, 2023
1 parent 2f0de32 commit 7c4fa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
submodules: recursive
- uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '13.2.Rel1' # The arm-none-eabi-gcc release to use.
release: '10.3-2021.07' # The arm-none-eabi-gcc release to use.
- name: setup-riscv-toolchain
run: sudo apt-get install -y gcc-riscv64-unknown-elf
- name: ci-build
Expand Down

0 comments on commit 7c4fa54

Please sign in to comment.