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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.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/checkout@v4.2.2
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/cmake-action@v2.1.0
1520
with:

0 commit comments

Comments
 (0)