File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- matrix :
11- board :
12- - pico_w
13- - pimoroni_pico_plus2_w_rp2350.h
10+ runs-on : ubuntu-latest
11+
12+ strategy :
13+ matrix :
14+ board :
15+ - pico_w
16+ - pimoroni_pico_plus2_w_rp2350.h
1417 env :
1518 PICO_BOARD : ${{ matrix.board }}
1619
1720 steps :
21+ - name : Fetch build dependencies
22+ shell : bash
23+ run : sudo apt-get update; sudo apt-get install --yes python3 git cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential libstdc++-arm-none-eabi-newlib; sudo rm -rf /var/apt/cache
24+
1825 - name : Clean workspace
1926 run : |
2027 echo "Cleaning up previous run"
3037 uses : actions/checkout@v4
3138 with :
3239 repository : raspberrypi/pico-sdk
33- ref : develop
40+ ref : master
3441 path : pico-sdk
3542
3643 - name : Checkout pico-sdk submodules
You can’t perform that action at this time.
0 commit comments