File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 24
24
submodules : " recursive"
25
25
fetch-depth : 0
26
26
27
- - name : " Fetch full history for vcpkg submodule"
28
- run : |
29
- cd dependencies/vcpkg
30
- git fetch --unshallow
31
-
32
27
- name : Setup release mode parameters (for deploy)
33
28
if : ${{ inputs.deploymode == 'release' }}
34
29
run : |
@@ -133,11 +128,6 @@ jobs:
133
128
with :
134
129
submodules : " recursive"
135
130
136
- - name : " Fetch full history for vcpkg submodule"
137
- run : |
138
- cd dependencies/vcpkg
139
- git fetch --unshallow
140
-
141
131
- name : Setup release mode parameters (for deploy)
142
132
if : ${{ inputs.deploymode == 'release' }}
143
133
run : |
@@ -212,11 +202,6 @@ jobs:
212
202
with :
213
203
submodules : " recursive"
214
204
215
- - name : " Fetch full history for vcpkg submodule"
216
- run : |
217
- cd dependencies/vcpkg
218
- git fetch --unshallow
219
-
220
205
- name : Setup release mode parameters (for deploy)
221
206
if : ${{ inputs.deploymode == 'release' }}
222
207
run : |
You can’t perform that action at this time.
0 commit comments