From 7306f500c52f37c8538f5a0066dcd1d67320e2e0 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Fri, 17 Oct 2025 08:42:12 +0200 Subject: [PATCH] Fix continuous integration (--break-system-packages) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c69132f..fbd38b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,8 @@ jobs: run: | apt-get -y install python3 python3-pip p7zip-full libarchive13 python3 --version - python3 -m pip install --upgrade pip setuptools - python3 -m pip install cryptography git+https://github.com/TuxSH/firmtool.git + python3 -m pip install --break-system-packages --upgrade pip setuptools + python3 -m pip install --break-system-packages cryptography git+https://github.com/TuxSH/firmtool.git - name: Build Project run: make release -j$(nproc)