We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50fd96 commit d49938dCopy full SHA for d49938d
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Checkout pico-sdk
68
if: matrix.family == 'rp2040'
69
run: |
70
- git clone --depth 1 -b tinyusb-0.10.0 https://github.com/raspberrypi/pico-sdk ~/pico-sdk
+ git clone --depth 1 -b develop https://github.com/raspberrypi/pico-sdk ~/pico-sdk
71
echo >> $GITHUB_ENV PICO_SDK_PATH=~/pico-sdk
72
73
- name: Set Toolchain URL
0 commit comments