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

Commit

Permalink
Updated workflowfiles to use submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3bl33d3r committed Apr 20, 2020
1 parent 6c0228f commit ec1b6c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/crackmapexec.yml
Expand Up @@ -12,7 +12,9 @@ jobs:
os: [ubuntu-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: CrackMapExec tests on ${{ matrix.os }}
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit ec1b6c6

Please sign in to comment.