Update .gitpod.yml adding conan version restriction

This commit is contained in:
Eyck Jentzsch 2023-11-30 09:43:34 +01:00 committed by GitHub
parent 3643bf9333
commit b79b7d56bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 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<2.0'
command: |
source /workspace/venv/bin/activate
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON