Skip to content

Commit 600d642

Browse files
committed
git-artifacts: trace commands that prepare the git clone
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent fe95907 commit 600d642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ jobs:
226226
- name: Prepare git-for-windows/git clone with the tag
227227
if: steps.restore-cached-git-pkg.outputs.cache-hit != 'true'
228228
run: |
229+
set -x
229230
if test ! -d /usr/src/MINGW-packages
230231
then
231232
git clone --depth 1 --single-branch -b main \

0 commit comments

Comments
 (0)