Skip to content

Commit d49938d

Browse files
authored
change ci to pico-sdk develop
1 parent a50fd96 commit d49938d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Checkout pico-sdk
6868
if: matrix.family == 'rp2040'
6969
run: |
70-
git clone --depth 1 -b tinyusb-0.10.0 https://github.com/raspberrypi/pico-sdk ~/pico-sdk
70+
git clone --depth 1 -b develop https://github.com/raspberrypi/pico-sdk ~/pico-sdk
7171
echo >> $GITHUB_ENV PICO_SDK_PATH=~/pico-sdk
7272
7373
- name: Set Toolchain URL

0 commit comments

Comments
 (0)