try without installing sudo
This commit is contained in:
parent
d601a34afa
commit
db4afef879
|
@ -7,15 +7,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Installing SUDO
|
|
||||||
command: 'apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*'
|
|
||||||
- run:
|
- run:
|
||||||
name: Installing GCC
|
name: Installing GCC
|
||||||
command: 'apt-get update && apt-get install -y gcc g++'
|
command: 'apt-get update && apt-get install -y gcc g++'
|
||||||
- run:
|
- run:
|
||||||
name: Install CMAKE
|
name: Install CMAKE
|
||||||
command: 'apt-get update && sudo apt-get install -y cmake'
|
command: 'apt-get update && apt-get install -y cmake'
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
command: gcc --version
|
command: gcc --version
|
||||||
|
|
Loading…
Reference in New Issue