Skip to content

Commit

Permalink
change ci to pico-sdk develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jun 2, 2021
1 parent a50fd96 commit d49938d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Checkout pico-sdk
if: matrix.family == 'rp2040'
run: |
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
echo >> $GITHUB_ENV PICO_SDK_PATH=~/pico-sdk
- name: Set Toolchain URL
Expand Down

0 comments on commit d49938d

Please sign in to comment.