We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8971341 commit a1f99fcCopy full SHA for a1f99fc
.github/workflows/ci.yml
@@ -38,8 +38,7 @@ jobs:
38
with:
39
submodules: recursive
40
- uses: carlosperate/arm-none-eabi-gcc-action@v1
41
- with:
42
- release: '10.3-2021.07' # The arm-none-eabi-gcc release to use.
+ - run: arm-none-eabi-gcc --version
43
- name: setup-riscv-toolchain
44
run: sudo apt-get install -y gcc-riscv64-unknown-elf
45
- name: ci-build
0 commit comments