We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c516a5 commit 7f519c8Copy full SHA for 7f519c8
2 files changed
.github/workflows/build.yml
@@ -16,6 +16,11 @@ jobs:
16
repository: 'DbSyncKit/DbSyncKit'
17
submodules: true
18
19
+ - name: Pull & update submodules recursively
20
+ run: |
21
+ git submodule update --init --recursive
22
+ git submodule update --recursive --remote
23
+
24
- name: Setup .NET Core
25
uses: actions/setup-dotnet@v2
26
with:
.github/workflows/nuget_publish.yml
@@ -15,6 +15,11 @@ jobs:
15
0 commit comments