Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit c16008b

Browse files
committed
ci: install cmake for rust
1 parent 69c9a14 commit c16008b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
name: Update environment
327327
command: |
328328
apt -qq update
329-
apt -yq install libclang-dev clang --no-install-recommends
329+
apt -yq install cmake libclang-dev clang --no-install-recommends
330330
rustup component add rustfmt
331331
- run:
332332
name: Check formatting
@@ -364,7 +364,7 @@ jobs:
364364
name: Update environment
365365
command: |
366366
apt -qq update
367-
apt -yq install llvm-11-dev clang-11 --no-install-recommends
367+
apt -yq install cmake llvm-11-dev clang-11 --no-install-recommends
368368
rustup toolchain install nightly-x86_64-unknown-linux-gnu
369369
- run:
370370
name: Build

0 commit comments

Comments
 (0)