actually fix pico-sdk checkout to checkout the right branch

This commit is contained in:
graham sanderson 2021-05-31 11:23:14 -05:00
parent 90d7483d92
commit 9b17acd168
1 changed files with 1 additions and 2 deletions

View File

@ -67,8 +67,7 @@ jobs:
- name: Checkout pico-sdk
if: matrix.family == 'rp2040'
run: |
git clone --depth 1 https://github.com/raspberrypi/pico-sdk ~/pico-sdk
git checkout tinyusb-0.10.0
git clone --depth 1 -b tinyusb-0.10.0 https://github.com/raspberrypi/pico-sdk ~/pico-sdk
echo >> $GITHUB_ENV PICO_SDK_PATH=~/pico-sdk
- name: Set Toolchain URL