Skip to content

Commit 124549c

Browse files
committed
Add submodule to git workflow checkout
1 parent aaf3e22 commit 124549c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
steps:
88
- name: Checkout
99
uses: actions/checkout@v3
10+
with:
11+
submodules: 'true'
1012
- name: Build with ufbt
1113
uses: flipperdevices/[email protected]
1214
id: build-app

0 commit comments

Comments
 (0)