Skip to content

Commit

Permalink
fix build with rp2040
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Aug 13, 2024
1 parent d71d60a commit 8db17b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ commands:
command: |
python tools/get_deps.py << parameters.family >>
# Install Pico SDK
if [ << parameters.family >> == "rp2040" ]; then
git clone --depth 1 https://github.com/raspberrypi/pico-sdk.git ~/pico-sdk
echo "export PICO_SDK_PATH=~/pico-sdk" >> $BASH_ENV
fi
jobs:
build:
parameters:
Expand Down

0 comments on commit 8db17b5

Please sign in to comment.