Install conan v1.58.0 (#4427)

This commit is contained in:
pajlada 2023-03-04 13:35:48 +01:00 committed by GitHub
parent 4a26c87d5d
commit 1dc2bcc445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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