We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fe1e8 commit f68551aCopy full SHA for f68551a
.github/workflows/crackmapexec.yml
@@ -16,20 +16,21 @@ jobs:
16
max-parallel: 4
17
matrix:
18
os: [ubuntu-latest, macOS-latest, windows-latest]
19
-
+ python-version: ['3.9']
20
steps:
21
- uses: actions/checkout@v2
22
with:
23
submodules: 'recursive'
24
- name: CrackMapExec tests on ${{ matrix.os }}
25
uses: actions/setup-python@v1
26
27
- python-version: 3.8
+ python-version: 3.9
28
- name: Install libkrb5
29
run: |
30
if [ "$RUNNER_OS" == "Linux" ]; then
31
sudo apt-get install -y libkrb5-dev
32
fi
33
+ shell: bash
34
- name: Build binaries with Shiv
35
36
pip install shiv
0 commit comments