Switch checks to use tinyusb-0.10.0 branch of pico-sdk due to circular dependency

This commit is contained in:
graham sanderson 2021-05-31 11:10:55 -05:00
parent 13951b43c2
commit db138a530c
1 changed files with 1 additions and 0 deletions

View File

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