Skip to content

Commit

Permalink
Add SDK downloading to the build step (commaai#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbederks committed Nov 5, 2019
1 parent e0762c2 commit 48e5b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- run:
name: Build ESP image
command: |
docker run panda_build /bin/bash -c "cd /panda/boardesp; make user1.bin"
docker run panda_build /bin/bash -c "cd /panda/boardesp; ./get_sdk.sh; make user1.bin"
safety_replay:
machine:
Expand Down

0 comments on commit 48e5b18

Please sign in to comment.