mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Merge pull request #2794 from hathach/fix-circleci
[circleci] fix build with rx by get-deps before install toolchain
This commit is contained in:
commit
91c8700a9f
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user