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 - name: build
image: ansible/centos7-ansible image: ansible/centos7-ansible
commands: commands:
- yum install gcc cmake build-essential -y - yum install -y gcc gcc-c++ make cmake
- mkdir debug - mkdir debug
- cd debug - cd debug
- cmake .. - cmake ..