m
This commit is contained in:
parent
17529b735c
commit
b35667dcdc
2
.github/workflows/linpeas-macos.yml
vendored
2
.github/workflows/linpeas-macos.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build linpeas
|
- name: Build linpeas
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install yaml
|
python3 -m pip install PyYAML
|
||||||
cd linPEAS
|
cd linPEAS
|
||||||
python3 -m builder.linpeas_builder
|
python3 -m builder.linpeas_builder
|
||||||
|
|
||||||
|
2
.github/workflows/linpeas-ubuntu.yml
vendored
2
.github/workflows/linpeas-ubuntu.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build linpeas
|
- name: Build linpeas
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install yaml
|
python3 -m pip install PyYAML
|
||||||
cd linPEAS
|
cd linPEAS
|
||||||
python3 -m builder.linpeas_builder
|
python3 -m builder.linpeas_builder
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user