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

Commit 8dd3426

Browse files
committed
ci: install cmake for rust
1 parent 4f1ac2a commit 8dd3426

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
@@ -321,7 +321,7 @@ jobs:
321321
name: Update environment
322322
command: |
323323
apt -qq update
324-
apt -yq install libclang-dev clang --no-install-recommends
324+
apt -yq install cmake libclang-dev clang --no-install-recommends
325325
rustup component add rustfmt
326326
- run:
327327
name: Check formatting
@@ -359,7 +359,7 @@ jobs:
359359
name: Update environment
360360
command: |
361361
apt -qq update
362-
apt -yq install llvm-11-dev clang-11 --no-install-recommends
362+
apt -yq install cmake llvm-11-dev clang-11 --no-install-recommends
363363
rustup toolchain install nightly-x86_64-unknown-linux-gnu
364364
- run:
365365
name: Build

0 commit comments

Comments
 (0)