Skip to content

Commit e6735a5

Browse files
committed
Use gcc-8 again
1 parent 13f6fbd commit e6735a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- checkout
1111
- run:
1212
name: Installing GCC and CMake
13-
command: 'apt-get update && apt-get install -y gcc-7 cmake lcov curl'
13+
command: 'apt-get update && apt-get install -y gcc g++ cmake lcov curl'
1414
- run:
1515
name: Build
1616
command: cmake -DCOMPILE_TESTS=ON -DCOMPILE_EXAMPLES=ON -DCODE_COVERAGE=ON . && cmake --build .

0 commit comments

Comments
 (0)