We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f11be commit ab8fc0fCopy full SHA for ab8fc0f
.github/workflows/CI-win.yml
@@ -28,6 +28,8 @@ jobs:
28
- {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, config: ASAN}
29
steps:
30
- uses: actions/checkout@v2
31
+ with:
32
+ submodules: 'true'
33
- name: Envinfo
34
run: npx envinfo
35
- name: Build
0 commit comments