From 28ecc40092399ea159c85e5786582c2e287f120f Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 26 Sep 2023 13:08:15 +0200 Subject: [PATCH] ci: Conan `settings.yml` file must be created before updating --- .github/workflows/ci-conan.yml | 1 + .github/workflows/ci-test-package-cmake.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 532596eb..02175d5c 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -214,6 +214,7 @@ jobs: if: matrix.config.compiler.type == 'CLANG' shell: bash run: | + conan profile show sed -i -e 's/"8", "9", "10", "11", "12", "13", "14", "15", "16"]/"8", "9", "10", "11", "12", "13", "14", "15", "16", "17"]/' ~/.conan2/settings.yml - name: Configure Conan shell: bash diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 85390790..c17c0a81 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -191,6 +191,7 @@ jobs: if: matrix.config.compiler.type == 'CLANG' shell: bash run: | + conan profile show sed -i -e 's/"8", "9", "10", "11", "12", "13", "14", "15", "16"]/"8", "9", "10", "11", "12", "13", "14", "15", "16", "17"]/' ~/.conan2/settings.yml - name: Configure Conan shell: bash