fix error
This commit is contained in:
parent
4681a7bf7c
commit
a07f6137bf
|
@ -161,7 +161,7 @@ steps:
|
|||
- name: build
|
||||
image: ansible/centos7-ansible
|
||||
commands:
|
||||
- yum install gcc cmake build-essential -y
|
||||
- yum install -y gcc gcc-c++ make cmake
|
||||
- mkdir debug
|
||||
- cd debug
|
||||
- cmake ..
|
||||
|
|
Loading…
Reference in New Issue