From 4fc578f78a4d0389eb843aa778b49d74fe957e26 Mon Sep 17 00:00:00 2001 From: Kataev Victor Date: Tue, 14 Jan 2025 01:38:51 +0100 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16f24fc..2227fc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,9 @@ jobs: - name: Run conan install shell: bash run: conan install . + - name: Create profile + shell: bash + run: conan profile detect - name: Build package shell: bash run: cmake --preset conan-release