diff options
| author | Ha Thach <[email protected]> | 2021-06-03 01:16:27 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-03 01:16:27 +0700 |
| commit | d49938d0f5052bce70e55c652b657c0a6a7e84fe (patch) | |
| tree | 97a51d056e03e2cc88c532e659da911147a44d18 | |
| parent | a50fd963f530278585418708c6032277c6307643 (diff) | |
change ci to pico-sdk develop0.10.1
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09236db65..529a77bb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
