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 2424 submodules : " recursive"
2525 fetch-depth : 0
2626
27- - name : " Fetch full history for vcpkg submodule"
28- run : |
29- cd dependencies/vcpkg
30- git fetch --unshallow
31-
3227 - name : Setup release mode parameters (for deploy)
3328 if : ${{ inputs.deploymode == 'release' }}
3429 run : |
@@ -133,11 +128,6 @@ jobs:
133128 with :
134129 submodules : " recursive"
135130
136- - name : " Fetch full history for vcpkg submodule"
137- run : |
138- cd dependencies/vcpkg
139- git fetch --unshallow
140-
141131 - name : Setup release mode parameters (for deploy)
142132 if : ${{ inputs.deploymode == 'release' }}
143133 run : |
@@ -212,11 +202,6 @@ jobs:
212202 with :
213203 submodules : " recursive"
214204
215- - name : " Fetch full history for vcpkg submodule"
216- run : |
217- cd dependencies/vcpkg
218- git fetch --unshallow
219-
220205 - name : Setup release mode parameters (for deploy)
221206 if : ${{ inputs.deploymode == 'release' }}
222207 run : |
You can’t perform that action at this time.
0 commit comments