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 9a5f432 commit 8971341Copy full SHA for 8971341
.github/workflows/ci.yml
@@ -22,11 +22,6 @@ jobs:
22
- uses: actions/checkout@v2
23
with:
24
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
30
- name: ci-format
31
run: pushd examples; ./format_all.sh || exit; popd
32
0 commit comments