fix --break-system-packages

This commit is contained in:
William Bell
2025-08-16 15:42:34 +01:00
parent eb285b6e8f
commit 284afc5f3d

View File

@@ -74,7 +74,7 @@ jobs:
ubuntu:latest \ ubuntu:latest \
bash -c " bash -c "
apt-get update && apt-get install -y python3-pip g++ flex bison && apt-get update && apt-get install -y python3-pip g++ flex bison &&
pip install conan && pip install --break-system-packages conan &&
conan profile detect --force && conan profile detect --force &&
conan install . --build=missing && conan install . --build=missing &&
conan build . conan build .