Skip to content

Commit 093463a

Browse files
authored
Update config.yml
1 parent ff49a6d commit 093463a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
name: Version information
1212
command: rustc --version; cargo --version; rustup --version
1313

14+
- run:
15+
name: Install prerequisite
16+
command: sudo apt-get install -y clang
17+
1418
- restore_cache:
1519
keys:
1620
- v1-dependencies-{{ arch }}-{{ checksum "Cargo.lock" }}

0 commit comments

Comments
 (0)