mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-07-28 22:51:10 -07:00
Merge remote-tracking branch 'origin/master' into test/chack-actions-e2e-codex-v2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user