Skip to content

Commit b082bb6

Browse files
committed
ci: make checkout clone submodules
1 parent d701f32 commit b082bb6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
runs-on: windows-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- name: Checkout repo and submodules
16+
uses: actions/checkout@v4
17+
with:
18+
submodules: recursive
1619

1720
- name: Setup Odin
1821
uses: laytan/setup-odin@v2.12.1

0 commit comments

Comments
 (0)