Update CI to use new GCC action
This commit is contained in:
parent
0091909235
commit
dd0175596c
2
.github/workflows/rp2_port.yml
vendored
2
.github/workflows/rp2_port.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: arm-none-eabi-gcc
|
||||
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: Initialize lv_bindings submodule
|
||||
|
||||
2
.github/workflows/stm32_port.yml
vendored
2
.github/workflows/stm32_port.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: arm-none-eabi-gcc
|
||||
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: Update submodules
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user