Skip to content

Commit

Permalink
➕ add git
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed May 1, 2020
1 parent f58383b commit d144459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d144459

Please sign in to comment.