use sudo
This commit is contained in:
parent
db4afef879
commit
0a953629db
|
@ -9,10 +9,10 @@ jobs:
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Installing GCC
|
name: Installing GCC
|
||||||
command: 'apt-get update && apt-get install -y gcc g++'
|
command: 'sudo apt-get update && sudo apt-get install -y gcc g++'
|
||||||
- run:
|
- run:
|
||||||
name: Install CMAKE
|
name: Install CMAKE
|
||||||
command: 'apt-get update && apt-get install -y cmake'
|
command: 'sudo apt-get update && sudo apt-get install -y cmake'
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
command: gcc --version
|
command: gcc --version
|
||||||
|
|
Loading…
Reference in New Issue