File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 4545 arch : x64
4646 steps :
4747 - uses : actions/checkout@v4
48+ with :
49+ fetch-depth : 1
50+ - name : Checkout pico-sdk
51+ uses : actions/checkout@v4
52+ with :
53+ repository : raspberrypi/pico-sdk
54+ path : /home/runner/pico-sdk
55+ ref : 2.1.1
56+ fetch-depth : 1
4857 - if : (matrix.platform == 'linux' && matrix.arch == 'x64')
4958 run : sudo apt install gdb-multiarch cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib cmake
5059 - if : (!(matrix.platform == 'linux' && matrix.arch == 'aarch64'))
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33# Installs additional software for development
4- sudo apt-get -y install gdb-multiarch cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib openocd cmake
4+ sudo apt -y install gdb-multiarch cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib openocd cmake
55
66cd
77git clone https://github.com/raspberrypi/pico-sdk
You can’t perform that action at this time.
0 commit comments