Skip to content

Commit 3f3e171

Browse files
committed
Include submodules on checkout.
1 parent cb44fe3 commit 3f3e171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-keytools-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
# Step 1: Checkout the repository
1616
- name: Checkout Code
1717
uses: actions/checkout@v3
18+
with:
19+
submodules: true
1820

1921
# Step 2: Setup MSBuild
2022
- name: Setup MSBuild

0 commit comments

Comments
 (0)