Skip to content

Commit 1e562a4

Browse files
authored
Update CI-win.yml
1 parent 8c4184c commit 1e562a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI-win.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- uses: actions/checkout@v2
3131
with:
3232
submodules: 'true'
33+
- name: Checkout submodules
34+
run: git submodule update --init --recursive
3335
- name: Envinfo
3436
run: npx envinfo
3537
- name: Build
@@ -76,6 +78,8 @@ jobs:
7678
- {arch: x86_64, server: 2022, libgcc: seh }
7779
steps:
7880
- uses: actions/checkout@v3
81+
- name: Checkout submodules
82+
run: git submodule update --init --recursive
7983
- name: Install mingw32 environment
8084
run: |
8185
sudo apt update

0 commit comments

Comments
 (0)