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