Skip to content

Commit 8971341

Browse files
committed
ci: don't install toolchains for ci-format
Don't need them, they aren't used
1 parent 9a5f432 commit 8971341

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
- uses: actions/checkout@v2
2323
with:
2424
submodules: false # LVGL makefile manually installs the submodule
25-
- uses: carlosperate/arm-none-eabi-gcc-action@v1
26-
with:
27-
release: '10.3-2021.07' # The arm-none-eabi-gcc release to use.
28-
- name: setup-riscv-toolchain
29-
run: sudo apt-get install -y gcc-riscv64-unknown-elf
3025
- name: ci-format
3126
run: pushd examples; ./format_all.sh || exit; popd
3227

0 commit comments

Comments
 (0)