mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-17 08:45:13 +00:00
actually fix pico-sdk checkout to checkout the right branch
This commit is contained in:
parent
90d7483d92
commit
9b17acd168
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user