Skip to content

Commit

Permalink
update conan version in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef authored and psiemens committed May 13, 2021
1 parent 3673210 commit f4fdea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
steps:
- checkout
- run: git submodule update --init --recursive
- run: apt-get update && apt-get -y install python3.6 && apt -y install python3-pip && pip3 install conan
- run: cmake -DCMAKE_BUILD_TYPE=Debug . && make
# Unfortunately need to disable leak sanitizer https://github.com/google/sanitizers/issues/916
# Still run all other ASAN components
Expand Down

0 comments on commit f4fdea6

Please sign in to comment.