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:
|
docker:
|
||||||
- image: rustlang/rust:nightly
|
- image: rustlang/rust:nightly
|
||||||
steps:
|
steps:
|
||||||
|
- run: apt -y update --fix-missing
|
||||||
|
- run: apt -y install cmake
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule update --init --recursive
|
- run: git submodule update --init --recursive
|
||||||
- run: cargo build
|
- run: cargo build
|
||||||
|
|||||||
Reference in New Issue
Block a user