From b9a8e8109e92d2817322c58204f6b6dfda5c3749 Mon Sep 17 00:00:00 2001 From: William Bell Date: Sat, 14 Jun 2025 01:58:51 +0100 Subject: [PATCH] fix github action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e16f757..cb818f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Configure Conan run: | - conan profile new default --detect --force + conan profile detect conan profile update settings.compiler.libcxx=libstdc++11 default - name: Install dependencies and build with Conan