Update crackmapexec.yml

main
mpgn 2022-06-19 21:19:52 +02:00 committed by GitHub
parent 9ad9d4c071
commit 9e33aef379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -25,8 +25,10 @@ jobs:
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
python-version: 3.8 python-version: 3.8
- name: Install xmllint - name: Install libkrb5
run: sudo apt-get install -y libkrb5-dev run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install -y libkrb5-dev
- name: Build binaries with Shiv - name: Build binaries with Shiv
run: | run: |
pip install shiv pip install shiv