Skip to content

Commit d7c29e5

Browse files
committed
ci: init bdk-ffi submodule enable ci checkout
1 parent 24b72b8 commit d7c29e5

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/publish-python.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
submodules: recursive
2727
persist-credentials: false
28+
fetch-depth: 0
2829

2930
- name: "Configure Git safe directory"
3031
run: git config --global --add safe.directory /__w/bdkpython/bdkpython
@@ -63,6 +64,7 @@ jobs:
6364
with:
6465
submodules: recursive
6566
persist-credentials: false
67+
fetch-depth: 0
6668

6769
- name: "Install Python"
6870
uses: actions/setup-python@v4
@@ -99,6 +101,7 @@ jobs:
99101
with:
100102
submodules: recursive
101103
persist-credentials: false
104+
fetch-depth: 0
102105

103106
- name: "Install Python"
104107
uses: actions/setup-python@v4
@@ -134,6 +137,7 @@ jobs:
134137
with:
135138
submodules: recursive
136139
persist-credentials: false
140+
fetch-depth: 0
137141

138142
- uses: actions/setup-python@v4
139143
with:

.github/workflows/test-python.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
submodules: recursive
3030
persist-credentials: false
31+
fetch-depth: 0
3132

3233
- name: "Configure Git safe directory"
3334
run: git config --global --add safe.directory /__w/bdkpython/bdkpython
@@ -73,6 +74,7 @@ jobs:
7374
with:
7475
submodules: recursive
7576
persist-credentials: false
77+
fetch-depth: 0
7678

7779
- name: "Install Python"
7880
uses: actions/setup-python@v4
@@ -115,6 +117,7 @@ jobs:
115117
with:
116118
submodules: recursive
117119
persist-credentials: false
120+
fetch-depth: 0
118121

119122
- uses: actions/setup-python@v4
120123
with:
@@ -156,6 +159,7 @@ jobs:
156159
with:
157160
submodules: recursive
158161
persist-credentials: false
162+
fetch-depth: 0
159163

160164
- name: "Install Python"
161165
uses: actions/setup-python@v4
@@ -190,6 +194,7 @@ jobs:
190194
with:
191195
submodules: recursive
192196
persist-credentials: false
197+
fetch-depth: 0
193198

194199
- name: "Configure Git safe directory"
195200
run: git config --global --add safe.directory /__w/bdkpython/bdkpython

bdk-ffi

Submodule bdk-ffi added at c8d08e9

0 commit comments

Comments
 (0)