mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 09:58:55 -06:00
Install cmake
This commit is contained in:
@@ -4,6 +4,8 @@ jobs:
|
||||
docker:
|
||||
- image: rustlang/rust:nightly
|
||||
steps:
|
||||
- run: apt -y update --fix-missing
|
||||
- run: apt -y install cmake
|
||||
- checkout
|
||||
- run: git submodule update --init --recursive
|
||||
- run: cargo build
|
||||
|
||||
Reference in New Issue
Block a user