Skip to content

Commit

Permalink
Attempt to fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Jul 29, 2019
1 parent fd97d96 commit 53c7a62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
name: Install ARM gcc
command: sudo apt-get update && sudo apt-get install gcc-arm-none-eabi libclang-dev libnewlib-dev

- run:
# NB: need cdefs.h for littlefs
name: Install cdefs.h
command: sudo apt-get update && sudo apt-get install libc6-dev

- run:
name: Build the firmware
command: make build
Expand Down

0 comments on commit 53c7a62

Please sign in to comment.