From 1b533035d91e724b55fd7c68b08418b5531fc486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Fri, 10 Dec 2021 14:28:49 +0100 Subject: [PATCH] ci: upgrade conan version on github actions (#2021) --- .github/workflows/on_PR_linux_matrix.yml | 3 +-- .github/workflows/on_PR_linux_special_buils.yml | 12 ++++-------- .github/workflows/on_PR_windows_matrix.yml | 2 +- .github/workflows/on_push_BasicWinLinMac.yml | 6 ++---- .github/workflows/on_push_ExtraJobsForMain.yml | 3 +-- .github/workflows/release.yml | 10 +++------- 6 files changed, 12 insertions(+), 24 deletions(-) diff --git a/.github/workflows/on_PR_linux_matrix.yml b/.github/workflows/on_PR_linux_matrix.yml index a4405174..71c69909 100644 --- a/.github/workflows/on_PR_linux_matrix.yml +++ b/.github/workflows/on_PR_linux_matrix.yml @@ -19,11 +19,10 @@ jobs: - name: install dependencies run: | sudo apt-get install ninja-build - pip3 install conan==1.39.0 + pip3 install conan==1.43.0 - name: Conan common config run: | - conan config install https://github.com/conan-io/conanclientcert.git conan profile new --detect default conan profile update settings.build_type=${{matrix.build_type}} default conan profile update settings.compiler.libcxx=libstdc++11 default diff --git a/.github/workflows/on_PR_linux_special_buils.yml b/.github/workflows/on_PR_linux_special_buils.yml index b721ba8f..613b4443 100644 --- a/.github/workflows/on_PR_linux_special_buils.yml +++ b/.github/workflows/on_PR_linux_special_buils.yml @@ -16,11 +16,10 @@ jobs: - name: install dependencies run: | sudo apt-get install ninja-build - pip3 install conan==1.39.0 + pip3 install conan==1.43.0 - name: Conan common config run: | - conan config install https://github.com/conan-io/conanclientcert.git conan profile new --detect default conan profile update settings.compiler.libcxx=libstdc++11 default @@ -65,11 +64,10 @@ jobs: run: | sudo apt-get update sudo apt-get install valgrind ninja-build - pip3 install conan==1.39.0 + pip3 install conan==1.43.0 - name: Conan common config run: | - conan config install https://github.com/conan-io/conanclientcert.git conan profile new --detect default conan profile update settings.compiler.libcxx=libstdc++11 default @@ -104,11 +102,10 @@ jobs: - name: install dependencies run: | sudo apt-get install ninja-build - pip3 install conan==1.39.0 + pip3 install conan==1.43.0 - name: Conan common config run: | - conan config install https://github.com/conan-io/conanclientcert.git conan profile new --detect default conan profile update settings.compiler.libcxx=libstdc++11 default @@ -143,11 +140,10 @@ jobs: run: | sudo apt-get update sudo apt-get install valgrind doxygen graphviz gettext - pip3 install conan==1.39.0 + pip3 install conan==1.43.0 - name: Conan common config run: | - conan config install https://github.com/conan-io/conanclientcert.git conan profile new --detect default conan profile update settings.compiler.libcxx=libstdc++11 default diff --git a/.github/workflows/on_PR_windows_matrix.yml b/.github/workflows/on_PR_windows_matrix.yml index f9dbddb8..9f0180ed 100644 --- a/.github/workflows/on_PR_windows_matrix.yml +++ b/.github/workflows/on_PR_windows_matrix.yml @@ -46,7 +46,7 @@ jobs: - name: Install Conan & Common config run: | - pip.exe install "conan==1.39.0" + pip.exe install "conan==1.43.0" conan config install https://github.com/conan-io/conanclientcert.git conan profile new --detect default conan profile update settings.build_type=${{matrix.build_type}} default diff --git a/.github/workflows/on_push_BasicWinLinMac.yml b/.github/workflows/on_push_BasicWinLinMac.yml index 2c483ee9..02e9ea2e 100644 --- a/.github/workflows/on_push_BasicWinLinMac.yml +++ b/.github/workflows/on_push_BasicWinLinMac.yml @@ -31,8 +31,7 @@ jobs: - name: Install Conan & Common config run: | - pip.exe install "conan==1.39.0" - conan config install https://github.com/conan-io/conanclientcert.git + pip.exe install "conan==1.43.0" conan profile new --detect default conan profile show default @@ -65,12 +64,11 @@ jobs: - name: install dependencies run: | sudo apt-get install ninja-build - pip3 install conan==1.39.0 + pip3 install conan==1.43.0 - name: Conan run: | mkdir build && cd build - conan config install https://github.com/conan-io/conanclientcert.git conan profile new --detect default conan profile update settings.compiler.libcxx=libstdc++11 default conan profile show default diff --git a/.github/workflows/on_push_ExtraJobsForMain.yml b/.github/workflows/on_push_ExtraJobsForMain.yml index c731e869..9bb7e7ba 100644 --- a/.github/workflows/on_push_ExtraJobsForMain.yml +++ b/.github/workflows/on_push_ExtraJobsForMain.yml @@ -17,11 +17,10 @@ jobs: - name: install dependencies run: | - pip3 install conan==1.39.0 + pip3 install conan==1.43.0 - name: Conan common config run: | - conan config install https://github.com/conan-io/conanclientcert.git conan profile new --detect default conan profile update settings.compiler.libcxx=libstdc++11 default diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d340bdd7..b77c5361 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,15 +21,11 @@ jobs: - name: Install dependencies run: | - sudo apt-get install ninja-build - sudo apt-get install gettext - pip3 install conan==1.39.0 - sudo apt-get install doxygen - sudo apt-get install graphviz + sudo apt-get install ninja-build gettext doxygen graphviz + pip3 install conan==1.43.0 - name: Conan common config run: | - conan config install https://github.com/conan-io/conanclientcert.git conan profile new --detect default conan profile update settings.build_type=Release default conan profile update settings.compiler.libcxx=libstdc++11 default @@ -117,7 +113,7 @@ jobs: - name: Install Conan & Common config run: | - pip.exe install "conan==1.39.0" + pip.exe install "conan==1.43.0" conan config install https://github.com/conan-io/conanclientcert.git conan profile new --detect default conan profile update settings.build_type=Release default