From 85e2f0c0c9a8a47c9c3c1b879a66b88f53d42b80 Mon Sep 17 00:00:00 2001 From: wyld-sw Date: Wed, 27 Dec 2023 22:00:13 -0500 Subject: [PATCH] Revert previous - and try forcing conan 1. (#706) --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index a91df663..71c9930c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,9 @@ image: Visual Studio 2019 version: '{build}' +environment: + matrix: + - CONAN_VERSION: "1.62.0" install: # Set up Visual Studio build environment, 32-bit output with a 64-bit builder # > Increment version number when newer version of Visual Studio supported by Appveyor @@ -29,6 +32,7 @@ install: $env:PATH += ";$pythonCmdOutput" # Specifically use Python 3's "pip" to install Conan - cmd: py.exe -3 -m pip install conan + - cmd: conan user # Create conan data directory - cmd: conan --version - cmd: choco install doxygen.install