Skip to content

Commit

Permalink
ci: install cmake for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jun 1, 2022
1 parent 69c9a14 commit c16008b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
name: Update environment
command: |
apt -qq update
apt -yq install libclang-dev clang --no-install-recommends
apt -yq install cmake libclang-dev clang --no-install-recommends
rustup component add rustfmt
- run:
name: Check formatting
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
name: Update environment
command: |
apt -qq update
apt -yq install llvm-11-dev clang-11 --no-install-recommends
apt -yq install cmake llvm-11-dev clang-11 --no-install-recommends
rustup toolchain install nightly-x86_64-unknown-linux-gnu
- run:
name: Build
Expand Down

0 comments on commit c16008b

Please sign in to comment.