This commit is contained in:
liuyq-617 2021-05-01 12:32:51 +00:00 committed by Shuduo Sang
parent 22f6ff2824
commit 8ca809d376
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ steps:
image: ubuntu:focal
commands:
- apt-get update
- apt-get install -y cmake build-essential git
- apt-get install -y cmake build-essential
- mkdir debug
- cd debug
- cmake ..