ci: Conan settings.yml file must be created before updating

This commit is contained in:
Mateusz Pusz
2023-09-26 13:08:15 +02:00
parent 6324fe9467
commit 28ecc40092
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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