Skip to content

Commit ca9daee

Browse files
committed
Fix PICO_SDK_PATH in BuildAndRelease.yml to point to the correct SDK directory
1 parent 64bf3d5 commit ca9daee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildAndRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Build all the .uf2 files
7979
run: |
8080
chmod +x build*.sh bld.sh || exit 1
81-
export PICO_SDK_PATH=$HOME/pico2/pico-sdk
81+
export PICO_SDK_PATH=$HOME/pico-sdk
8282
./buildAll.sh
8383
8484
# - name: Show release info using picotool

0 commit comments

Comments
 (0)