Skip to content

Commit 08933cd

Browse files
committed
Ugh2 (tested via circleci local execute this time)
1 parent 0f0f4f6 commit 08933cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
command: make build-examples-verbosely
2020

2121
- run:
22-
name: Install arm-none-eabi-gcc for all-features build
23-
command: sudo apt-get update && sudo apt-get install gcc-arm-none-eabi
22+
name: Install dependencies for all-features build
23+
command: sudo apt-get update && sudo apt-get install gcc-arm-none-eabi libclang-dev
2424

2525
- run:
2626
name: Build crate with all features turned on

0 commit comments

Comments
 (0)