mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-05 18:40:28 +00:00
Switch checks to use tinyusb-0.10.0 branch of pico-sdk due to circular dependency
This commit is contained in:
parent
13951b43c2
commit
db138a530c
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user