Skip to content

Commit

Permalink
ci(micropython) switch to newer GCC action
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Dec 2, 2021
1 parent 04f47ea commit 1fa7257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_micropython.yml
Expand Up @@ -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
Expand Down

0 comments on commit 1fa7257

Please sign in to comment.