pull recursive modules
This commit is contained in:
parent
220a196919
commit
71cf6c608c
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Install deps
|
||||
run: apt update && apt install iptables -y
|
||||
|
|
Loading…
Add table
Reference in a new issue