mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
chore(build): checkout submodules in push workflow
This commit is contained in:
parent
d14778c6c3
commit
62d5c2d355
1 changed files with 2 additions and 0 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -28,6 +28,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Prepare
|
||||
run: mkdir build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue