Skip to content

Commit 2f731a4

Browse files
committed
Fix Windows CI
1 parent 78d88c9 commit 2f731a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535

36+
- name: Checkout vcpkg
37+
id: submodule
38+
if: ${{ runner.os == 'Windows' }}
39+
uses: actions/checkout@v4
40+
with:
41+
submodules: 'true'
42+
3643
- name: Set up dependencies
3744
id: depends
3845
if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)