Update .gitpod.yml adding conan version restriction
This commit is contained in:
parent
3643bf9333
commit
b79b7d56bc
|
@ -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<2.0'
|
||||
command: |
|
||||
source /workspace/venv/bin/activate
|
||||
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
|
||||
|
|
Loading…
Reference in New Issue