From b79b7d56bc2b455ea375f7bceed5e2cb5757162a Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Thu, 30 Nov 2023 09:43:34 +0100 Subject: [PATCH] Update .gitpod.yml adding conan version restriction --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 6dc3178..f62d43a 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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