ci: remove macOS pip break-system-packages flags (#592)

This commit is contained in:
SirBroccoli
2026-02-13 20:35:41 +01:00
committed by GitHub
parent 7ca05693ef
commit c3a942fdba
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -371,8 +371,8 @@ jobs:
# Build linpeas
- name: Build macpeas
run: |
python3 -m pip install PyYAML --break-system-packages
python3 -m pip install requests --break-system-packages
python3 -m pip install PyYAML
python3 -m pip install requests
cd linPEAS
python3 -m builder.linpeas_builder --all --output linpeas_fat.sh
+2 -2
View File
@@ -178,8 +178,8 @@ jobs:
# Build linpeas (macpeas)
- name: Build macpeas
run: |
python3 -m pip install PyYAML --break-system-packages
python3 -m pip install requests --break-system-packages
python3 -m pip install PyYAML
python3 -m pip install requests
cd linPEAS
python3 -m builder.linpeas_builder --all --output linpeas_fat.sh