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

Commit ec1b6c6

Browse files
committed
Updated workflowfiles to use submodules
1 parent 6c0228f commit ec1b6c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/crackmapexec.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
os: [ubuntu-latest, macOS-latest]
1313

1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v2
16+
with:
17+
submodules: 'recursive'
1618
- name: CrackMapExec tests on ${{ matrix.os }}
1719
uses: actions/setup-python@v1
1820
with:

0 commit comments

Comments
 (0)