Skip to content

Commit

Permalink
[circleci] fix build with rx by get-deps before install toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Sep 11, 2024
1 parent 4b107a2 commit 013b448
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 013b448

Please sign in to comment.