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')