Skip to content

Commit 56d26a2

Browse files
nightmarecibinji
authored andcommitted
Set up submodules for build-windows-msvc
1 parent e23a881 commit 56d26a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@ jobs:
6161
POWERSHELL_TELEMETRY_OPTOUT: 1
6262
steps:
6363
- uses: actions/checkout@v3
64+
with:
65+
submodules: recursive
6466
- uses: ilammy/msvc-dev-cmd@v1
67+
- name: Initialize and update submodules
68+
run: |
69+
git submodule init
70+
git submodule update --recursive
6571
- name: Generate project
6672
run: cmake -B build
6773
- name: Build

0 commit comments

Comments
 (0)