Fix continuous integration (--break-system-packages)

This commit is contained in:
d0k3 2025-10-17 08:42:12 +02:00
parent d2c504848b
commit 7306f500c5

View File

@ -22,8 +22,8 @@ jobs:
run: | run: |
apt-get -y install python3 python3-pip p7zip-full libarchive13 apt-get -y install python3 python3-pip p7zip-full libarchive13
python3 --version python3 --version
python3 -m pip install --upgrade pip setuptools python3 -m pip install --break-system-packages --upgrade pip setuptools
python3 -m pip install cryptography git+https://github.com/TuxSH/firmtool.git python3 -m pip install --break-system-packages cryptography git+https://github.com/TuxSH/firmtool.git
- name: Build Project - name: Build Project
run: make release -j$(nproc) run: make release -j$(nproc)