Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 1078c46

Browse files
author
Amsakan Bavan
committed
Added submodule pulling into build action
1 parent 1ba22c1 commit 1078c46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
- name: Checkout Project
1111
uses: actions/[email protected]
1212

13+
- name: Checkout submodules
14+
uses: textbook/git-checkout-submodule-action@master
15+
with:
16+
remote: true
17+
1318
- name: Build Project
1419
uses: threeal/[email protected]
1520
with:

0 commit comments

Comments
 (0)