Skip to content

Commit 540f876

Browse files
committed
changed pico-sdk path
1 parent cda2ea6 commit 540f876

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/dmdreader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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')

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
1717
include(pico_sdk_import.cmake)

scripts/install-software

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
# Installs additional software for development
44
sudo apt -y install gdb-multiarch cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib openocd cmake
55

6-
cd
76
git clone https://github.com/raspberrypi/pico-sdk
87

0 commit comments

Comments
 (0)