Update CI-master_tests.yml

This commit is contained in:
Carlos Polop 2021-12-29 18:11:50 +00:00 committed by GitHub
parent 0e1504aadc
commit f7ca40a623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,11 +164,11 @@ jobs:
- run: go version
# Build linpeas
#- name: Build linpeas
# run: |
# python3 -m pip install PyYAML
# cd linPEAS
# python3 -m builder.linpeas_builder
- name: Build linpeas
run: |
python3 -m pip install PyYAML
cd linPEAS
python3 -m builder.linpeas_builder
# Build linpeas binaries
- name: Build linpeas binaries
@ -176,9 +176,8 @@ jobs:
git clone https://github.com/carlospolop/sh2bin
cd sh2bin
bash build.sh ../linPEAS/linpeas.sh
- run: ls -lR
ls -lR ./
# Run linpeas help as quick test
- name: Run linpeas help
run: linPEAS/linpeas.sh -h