Skip to content

Commit f4fdea6

Browse files
Tarak Ben Youssefpsiemens
Tarak Ben Youssef
authored andcommitted
update conan version in CI build
1 parent 3673210 commit f4fdea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
steps:
77
- checkout
88
- run: git submodule update --init --recursive
9+
- run: apt-get update && apt-get -y install python3.6 && apt -y install python3-pip && pip3 install conan
910
- run: cmake -DCMAKE_BUILD_TYPE=Debug . && make
1011
# Unfortunately need to disable leak sanitizer https://github.com/google/sanitizers/issues/916
1112
# Still run all other ASAN components

0 commit comments

Comments
 (0)