[circleci] fix build with rx by get-deps before install toolchain

This commit is contained in:
hathach 2024-09-11 10:20:17 +07:00
parent 4b107a2b9e
commit 013b4488b0
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -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: |