fix: include submodules
This commit is contained in:
parent
1a73fe09ad
commit
d739011763
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
submodules: 'true'
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && apt update && apt install -y jq
|
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && apt update && apt install -y jq
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue