conan inline does not support connan version 2.0

This commit is contained in:
Stanislaw Kaushanski 2023-03-13 10:48:13 +00:00
parent c5b6eaecea
commit 2d220181e8
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ tasks:
python3 -m venv /workspace/venv
python3 -m pip install --upgrade pip
source /workspace/venv/bin/activate
pip install conan
pip install conan==1.59
command: |
source /workspace/venv/bin/activate
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
@ -18,3 +18,5 @@ vscode:
extensions:
- ms-python.python
- webfreak.debug
- twxs.cmake
- ms-vscode.cmake-tools