summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-09-11 10:20:17 +0700
committerhathach <[email protected]>2024-09-11 10:20:17 +0700
commit013b4488b08b818d89c05119984f804ba652f08d (patch)
tree4b7d5318713a15da0e6852775b8ffebb167bc5c0
parent4b107a2b9e49f118b7dd7ec9306c6ba186bb974a (diff)
[circleci] fix build with rx by get-deps before install toolchain
-rw-r--r--.circleci/config2.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.circleci/config2.yml b/.circleci/config2.yml
index 542c3d0d0..278ff0f3b 100644
--- a/.circleci/config2.yml
+++ b/.circleci/config2.yml
@@ -68,14 +68,6 @@ commands:
steps:
- checkout
- - when:
- condition:
- not:
- equal: [esp-idf, << parameters.toolchain >>]
- steps:
- - setup-toolchain:
- toolchain: << parameters.toolchain >>
-
- run:
name: Get Dependencies
command: |
@@ -101,6 +93,14 @@ commands:
echo "export PICO_SDK_PATH=~/pico-sdk" >> $BASH_ENV
fi
+ - when:
+ condition:
+ not:
+ equal: [esp-idf, << parameters.toolchain >>]
+ steps:
+ - setup-toolchain:
+ toolchain: << parameters.toolchain >>
+
- run:
name: Build
command: |