File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,15 @@ jobs:
56
56
path : pico-extras
57
57
submodules : false # lwip breaks audio submodule fetching
58
58
59
+ - name : Install Arm GNU Toolchain (arm-none-eabi-gcc)
60
+ uses : carlosperate/arm-none-eabi-gcc-action@v1
61
+ with :
62
+ release : ' 13.3.Rel1'
63
+
59
64
# Linux deps
60
65
- name : Install deps
61
- if : runner.os == 'Linux'
62
66
run : |
63
- sudo apt update && sudo apt install ccache gcc-arm-none-eabi
67
+ sudo apt update && sudo apt install ccache
64
68
65
69
- name : Create Build Environment
66
70
run : cmake -E make_directory ${{runner.workspace}}/build
Original file line number Diff line number Diff line change 71
71
- name : Install Arm GNU Toolchain (arm-none-eabi-gcc)
72
72
uses : carlosperate/arm-none-eabi-gcc-action@v1
73
73
with :
74
- release : ' 9-2020-q2 '
74
+ release : ' 13.3.Rel1 '
75
75
76
76
- name : Install CCache
77
77
run : |
You can’t perform that action at this time.
0 commit comments