mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 10:32:29 +00:00
chore(build): recursively check out submodules in workflows
This commit is contained in:
parent
8ad095a214
commit
2a6d8292d6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
|
||||
- name: Prepare
|
||||
run: mkdir build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue