Merge remote-tracking branch 'origin/master' into test/chack-actions-e2e-codex-v2

This commit is contained in:
Carlos Polop
2026-02-13 20:37:11 +01:00
2 changed files with 4 additions and 4 deletions

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

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