Skip to content

Commit 7f519c8

Browse files
committed
github workfow updates
1 parent 7c516a5 commit 7f519c8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.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
@@ -15,6 +15,11 @@ jobs:
1515
with:
1616
repository: 'DbSyncKit/DbSyncKit'
1717

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

0 commit comments

Comments
 (0)