summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-04-11 13:45:55 +0700
committerhathach <[email protected]>2021-04-11 13:45:55 +0700
commit7c10b25dc1b46c164d7a17855072392ea4612ddb (patch)
tree495bc4243d5ea05465b894c68602be3a24f6f4f1 /.github
parentc8bb0020ea186dab093cd7adf4c694d89657e1cd (diff)
try to correct ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
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