CI: Bump GCC to 13.3.Rel1.

pull/1008/head
Phil Howard 2024-10-02 09:31:37 +01:00
rodzic 0f81e3111b
commit aa34f123a2
2 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -56,11 +56,15 @@ jobs:
path: pico-extras
submodules: false # lwip breaks audio submodule fetching
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '13.3.Rel1'
# Linux deps
- name: Install deps
if: runner.os == 'Linux'
run: |
sudo apt update && sudo apt install ccache gcc-arm-none-eabi
sudo apt update && sudo apt install ccache
- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build

Wyświetl plik

@ -71,7 +71,7 @@ jobs:
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '9-2020-q2'
release: '13.3.Rel1'
- name: Install CCache
run: |