From 8c3ee3fe05e4ebb51d773589fa4dc529294af3db Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Sat, 16 Aug 2025 15:42:34 +0100 Subject: [PATCH] fix --break-system-packages --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ea3c51..836258f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: ubuntu:latest \ bash -c " 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 install . --build=missing && conan build .