From d3f46609b27da5abef444bcbe3642269ef1f99a2 Mon Sep 17 00:00:00 2001 From: Maciej Manna Date: Mon, 22 Apr 2024 16:39:28 +0200 Subject: [PATCH] added conan2 profile detection to ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ea77a9..5781701 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,7 @@ jobs: - name: Setup Dependencies via Conan run: | + conan profile detect conan install conanfile.txt --build=missing - name: Configure CMake Project