diff options
| author | hathach <[email protected]> | 2021-04-11 13:45:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-04-11 13:45:55 +0700 |
| commit | 7c10b25dc1b46c164d7a17855072392ea4612ddb (patch) | |
| tree | 495bc4243d5ea05465b894c68602be3a24f6f4f1 /.github | |
| parent | c8bb0020ea186dab093cd7adf4c694d89657e1cd (diff) | |
try to correct ci
Diffstat (limited to '.github')
| -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 3d61f7f02..cccf8eacc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel - name: Checkout pico-sdk - if: ${{ matrix.family }} == 'rp2040' + if: matrix.family == 'rp2040' run: | git clone --depth 1 https://github.com/raspberrypi/pico-sdk ~/pico-sdk echo >> $GITHUB_ENV PICO_SDK_PATH=~/pico-sdk |
