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 May 8, 2022
1 parent 4f1ac2a commit 8dd3426
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 @@ -321,7 +321,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 @@ -359,7 +359,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 8dd3426

Please sign in to comment.