We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
circleci local execute
1 parent 0f0f4f6 commit 08933cdCopy full SHA for 08933cd
.circleci/config.yml
@@ -19,8 +19,8 @@ jobs:
19
command: make build-examples-verbosely
20
21
- 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
+ name: Install dependencies for all-features build
+ command: sudo apt-get update && sudo apt-get install gcc-arm-none-eabi libclang-dev
24
25
26
name: Build crate with all features turned on
0 commit comments