fix error

This commit is contained in:
liuyq-617 2021-05-14 05:15:34 +00:00
parent 4681a7bf7c
commit a07f6137bf
1 changed files with 1 additions and 1 deletions

View File

@ -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 ..