From 382c683cef2e33a64a3e752fe9605fce1ec25ee5 Mon Sep 17 00:00:00 2001 From: Edgar Date: Mon, 16 Aug 2021 12:29:10 +0200 Subject: [PATCH] :bug: Fixed libstdc++11 --- .github/workflows/conan-pkg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conan-pkg.yml b/.github/workflows/conan-pkg.yml index fee4ab2..2da023a 100644 --- a/.github/workflows/conan-pkg.yml +++ b/.github/workflows/conan-pkg.yml @@ -30,8 +30,8 @@ jobs: - name: Install Conan run: pip install -U conan pyyaml - - name: Install Conan - if: startsWith(matrix.os, 'ubuntu') + - name: Fix libstdc++11 + if: startsWith(matrix.config.os, 'ubuntu') run: | conan profile new default --detect conan profile update settings.compiler.libcxx=libstdc++11 default