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