This commit is contained in:
Tian Jin 2019-12-23 17:53:31 -05:00
parent db4afef879
commit 0a953629db
1 changed files with 2 additions and 2 deletions

View File

@ -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