diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb818f4..570922f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,6 @@ jobs: - name: Configure Conan run: | conan profile detect - conan profile update settings.compiler.libcxx=libstdc++11 default - name: Install dependencies and build with Conan run: |