Skip to content

Commit 3de3752

Browse files
committed
github workfow updates
1 parent c55e762 commit 3de3752

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
repository: 'DbSyncKit/DbSyncKit'
1717
submodules: true
1818

19+
- name: Pull & update submodules recursively
20+
run: |
21+
git submodule update --init --recursive
22+
git submodule update --recursive --remote
23+
1924
- name: Setup .NET Core
2025
uses: actions/setup-dotnet@v2
2126
with:

.github/workflows/nuget_publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
repository: 'DbSyncKit/DbSyncKit'
1717
submodules: true
1818

19+
- name: Pull & update submodules recursively
20+
run: |
21+
git submodule update --init --recursive
22+
git submodule update --recursive --remote
23+
1924
- name: Setup .NET Core
2025
uses: actions/setup-dotnet@v2
2126
with:

0 commit comments

Comments
 (0)