From 4dc893b3b9da7d8f4fdaa0be14a60d5ba75a6bf1 Mon Sep 17 00:00:00 2001 From: ananthu3375 <148377620+ananthu3375@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:19:02 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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