Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Mpgn patch 1 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn committed Jun 20, 2022
1 parent 93fe1e8 commit f68551a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/crackmapexec.yml
Expand Up @@ -16,20 +16,21 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]

python-version: ['3.9']
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: CrackMapExec tests on ${{ matrix.os }}
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Install libkrb5
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install -y libkrb5-dev
fi
shell: bash
- name: Build binaries with Shiv
run: |
pip install shiv
Expand Down

0 comments on commit f68551a

Please sign in to comment.