try without installing sudo

This commit is contained in:
Tian Jin 2019-12-23 17:51:52 -05:00
parent d601a34afa
commit db4afef879
1 changed files with 1 additions and 4 deletions

View File

@ -7,15 +7,12 @@ jobs:
steps:
- checkout
- run:
name: Installing SUDO
command: 'apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*'
- run:
name: Installing GCC
command: 'apt-get update && apt-get install -y gcc g++'
- run:
name: Install CMAKE
command: 'apt-get update && sudo apt-get install -y cmake'
command: 'apt-get update && apt-get install -y cmake'
- run:
command: gcc --version