Skip to content

Commit d88529d

Browse files
authored
- adds submodule update
1 parent 8f8e186 commit d88529d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: Checkout submodules
1717
run: git submodule init
18+
- name: Update submodules
19+
run: git submodule update
1820
- name: Setup .NET Core
1921
uses: actions/setup-dotnet@v1
2022
with:

0 commit comments

Comments
 (0)