From fa9c9bd4cc97abbf3a78b3a643363be4b8611083 Mon Sep 17 00:00:00 2001 From: Luis Diaz Date: Thu, 10 Feb 2022 09:34:27 +0100 Subject: [PATCH] Fix release build (see #2085) --- .github/workflows/release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b77c5361..cda6cccd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: | sudo apt-get install ninja-build gettext doxygen graphviz - pip3 install conan==1.43.0 + pip3 install conan==1.45.0 - name: Conan common config run: | @@ -83,7 +83,7 @@ jobs: Windows: name: 'Build Windows Release' - runs-on: windows-latest + runs-on: windows-2022 steps: - uses: actions/checkout@v2 @@ -113,10 +113,12 @@ jobs: - name: Install Conan & Common config run: | - pip.exe install "conan==1.43.0" + pip.exe install "conan==1.45.0" 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="Visual Studio" default + conan profile update settings.compiler.version=17 default conan config set storage.path=$Env:GITHUB_WORKSPACE/conanCache conan config get storage.path tree /f ./conanCache