Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit 20f4e28

Browse files
committed
fix: build.yml
1 parent 2fe3e28 commit 20f4e28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2222
- uses: actions/checkout@v3
23+
with:
24+
submodules: true
2325

2426
- name: build nuspec
2527
if: contains(github.ref, 'tags/')

0 commit comments

Comments
 (0)