Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 4adeec6

Browse files
authored
Checkout submodules
1 parent ec9b2f0 commit 4adeec6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27-
- uses: actions/checkout@v2
28-
27+
- uses: actions/checkout@v1
28+
with:
29+
submodules: true
30+
2931
- name: Add msbuild to PATH
3032
uses: microsoft/[email protected]
3133

0 commit comments

Comments
 (0)