From 1dc2bcc445d50378ed6c6664cf009373cbf7b0a7 Mon Sep 17 00:00:00 2001 From: pajlada Date: Sat, 4 Mar 2023 13:35:48 +0100 Subject: [PATCH] Install conan v1.58.0 (#4427) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96aa677b1f8..8a1eca01d2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,7 +129,7 @@ jobs: - name: Install dependencies (Windows) if: startsWith(matrix.os, 'windows') run: | - choco install conan -y + choco install conan -y --version 1.58.0 - name: Enable Developer Command Prompt if: startsWith(matrix.os, 'windows')