Skip to content

Commit f68551a

Browse files
authored
Mpgn patch 1 (#584)
1 parent 93fe1e8 commit f68551a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/crackmapexec.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@ jobs:
1616
max-parallel: 4
1717
matrix:
1818
os: [ubuntu-latest, macOS-latest, windows-latest]
19-
19+
python-version: ['3.9']
2020
steps:
2121
- uses: actions/checkout@v2
2222
with:
2323
submodules: 'recursive'
2424
- name: CrackMapExec tests on ${{ matrix.os }}
2525
uses: actions/setup-python@v1
2626
with:
27-
python-version: 3.8
27+
python-version: 3.9
2828
- name: Install libkrb5
2929
run: |
3030
if [ "$RUNNER_OS" == "Linux" ]; then
3131
sudo apt-get install -y libkrb5-dev
3232
fi
33+
shell: bash
3334
- name: Build binaries with Shiv
3435
run: |
3536
pip install shiv

0 commit comments

Comments
 (0)