mirror of
https://github.com/nlohmann/json.git
synced 2024-11-24 06:29:03 +08:00
➕ add git
This commit is contained in:
parent
f58383b8ee
commit
d144459f1e
@ -12,7 +12,7 @@ jobs:
|
||||
command: 'apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*'
|
||||
- run:
|
||||
name: Install GCC
|
||||
command: 'apt-get update && apt-get install -y gcc g++'
|
||||
command: 'apt-get update && apt-get install -y gcc g++ git'
|
||||
- run:
|
||||
name: Install CMake
|
||||
command: 'apt-get update && sudo apt-get install -y cmake'
|
||||
|
Loading…
Reference in New Issue
Block a user