diff --git a/.github/workflows/rp2_port.yml b/.github/workflows/rp2_port.yml index ab0cc8b23..ead231ea0 100644 --- a/.github/workflows/rp2_port.yml +++ b/.github/workflows/rp2_port.yml @@ -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 diff --git a/.github/workflows/stm32_port.yml b/.github/workflows/stm32_port.yml index f8599a95b..07e197433 100644 --- a/.github/workflows/stm32_port.yml +++ b/.github/workflows/stm32_port.yml @@ -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