mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-11-24 10:34:54 +00:00
Fix continuous integration (--break-system-packages)
This commit is contained in:
parent
d2c504848b
commit
7306f500c5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user