Skip to content

Commit

Permalink
Revert previous - and try forcing conan 1. (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyld-sw authored Dec 28, 2023
1 parent f907137 commit 85e2f0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 85e2f0c

Please sign in to comment.