File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5151 uses : actions/checkout@v4
5252 with :
5353 repository : raspberrypi/pico-sdk
54- path : /home/runner/ pico-sdk
54+ path : pico-sdk
5555 ref : 2.1.1
5656 fetch-depth : 1
5757 - if : (matrix.platform == 'linux' && matrix.arch == 'x64')
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set(VERSION_STRING "${CMAKE_MATCH_1}")
1111
1212# Initialise pico_sdk from installed location
1313# (note this can come from environment, CMake cache etc)
14- set (PICO_SDK_PATH "/home/ $ENV{USER} / pico-sdk" )
14+ set (PICO_SDK_PATH "pico-sdk" )
1515
1616# Pull in Raspberry Pi Pico SDK (must be before project)
1717include (pico_sdk_import.cmake)
Original file line number Diff line number Diff line change 33# Installs additional software for development
44sudo apt -y install gdb-multiarch cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib openocd cmake
55
6- cd
76git clone https://github.com/raspberrypi/pico-sdk
87
You can’t perform that action at this time.
0 commit comments