mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 05:51:45 +08:00
ci(micropython) switch to newer GCC action
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
||||
# STM32 & RPi Pico port
|
||||
- name: arm-none-eabi-gcc
|
||||
if: matrix.port == 'stm32' || matrix.port == 'rp2'
|
||||
uses: fiam/arm-none-eabi-gcc@v1
|
||||
uses: carlosperate/arm-none-eabi-gcc-action@v1.3.0
|
||||
with:
|
||||
release: '9-2019-q4' # The arm-none-eabi-gcc release to use.
|
||||
- name: Build STM32 port
|
||||
|
||||
Reference in New Issue
Block a user