diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 144d0f11..9e15ee1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: with: compiler: llvm cmake: true - conan: true + --conan "2.0.17" clangtidy: true - name: Setup Linux run: | @@ -74,7 +74,7 @@ jobs: with: compiler: gcc cmake: true - conan: true + --conan "2.0.17" doxygen: true - name: Setup Linux run: | @@ -158,7 +158,7 @@ jobs: vcvarsall: ${{ contains(matrix.os, 'windows' )}} cmake: true brew: true - conan: true + --conan "2.0.17" ccache: true gcovr: true