mirror of
https://github.com/nlohmann/json.git
synced 2026-02-25 21:06:26 +00:00
➕ add git
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user