Not ready for Conan 2.0

This commit is contained in:
Dan Paulat 2023-02-22 07:42:16 -06:00
parent 0cec9c316f
commit d955c39d15
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ jobs:
- name: Install Conan Packages
shell: pwsh
run: |
pip install conan
pip install "conan<2.0"
conan profile new default --detect
conan install ./source/ `
--remote conancenter `