File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,18 @@ jobs:
59
59
restore-keys : |
60
60
ccache-micropython-${{ matrix.name }}-${{ github.ref }}
61
61
ccache-micropython-${{ matrix.name }}-
62
-
62
+
63
63
- uses : actions/checkout@v4
64
64
with :
65
65
submodules : true
66
66
path : pimoroni-pico-${{ github.sha }}
67
-
68
- - name : Install Compiler & CCache
67
+
68
+ - name : Install Arm GNU Toolchain (arm-none-eabi-gcc)
69
+ uses : carlosperate/arm-none-eabi-gcc-action@v1
70
+ with :
71
+ release : ' 9-2020-q2'
72
+
73
+ - name : Install CCache
69
74
run : |
70
75
source $BUILD_TOOLS
71
76
build_deps
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function clone_micropython {
33
33
}
34
34
35
35
function build_deps {
36
- sudo apt update && sudo apt install ccache gcc-arm-none-eabi
36
+ sudo apt update && sudo apt install ccache
37
37
}
38
38
39
39
function clone_pimoroni_pico {
You can’t perform that action at this time.
0 commit comments