Remove extra OS packages

This commit is contained in:
Yota Toyama
2019-04-26 03:33:19 +00:00
parent cea904e618
commit c70299a7fa

View File

@@ -4,8 +4,6 @@ jobs:
docker:
- image: rust
steps:
- run: apt -y update --fix-missing
- run: apt -y install cmake
- checkout
- run: git submodule update --init --recursive
- run: cargo build