Mpgn patch 1 (#584)
parent
93fe1e8241
commit
f68551a43f
|
@ -16,7 +16,7 @@ jobs:
|
||||||
max-parallel: 4
|
max-parallel: 4
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
|
python-version: ['3.9']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
@ -24,12 +24,13 @@ jobs:
|
||||||
- name: CrackMapExec tests on ${{ matrix.os }}
|
- name: CrackMapExec tests on ${{ matrix.os }}
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.9
|
||||||
- name: Install libkrb5
|
- name: Install libkrb5
|
||||||
run: |
|
run: |
|
||||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
sudo apt-get install -y libkrb5-dev
|
sudo apt-get install -y libkrb5-dev
|
||||||
fi
|
fi
|
||||||
|
shell: bash
|
||||||
- name: Build binaries with Shiv
|
- name: Build binaries with Shiv
|
||||||
run: |
|
run: |
|
||||||
pip install shiv
|
pip install shiv
|
||||||
|
|
Loading…
Reference in New Issue