We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf051e commit e86aaf3Copy full SHA for e86aaf3
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: report-toolchain-versions
57
run: |
58
arm-none-eabi-gcc --version
59
- riscv64-none-elf-gcc --version
+ riscv-none-elf-gcc --version
60
###########################################
61
# libtock-c specific build steps begin here
62
- uses: actions/checkout@v2
0 commit comments