Skip to content

Commit faae6ca

Browse files
committed
try installing cmake
1 parent e03e928 commit faae6ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
- image: cimg/python:3.6
1010
steps:
1111
- checkout
12+
- run: sudo apt-get update
13+
- run: sudo apt-get install cmake
1214
- python/install-packages:
1315
pkg-manager: pip
1416
- run:

0 commit comments

Comments
 (0)