Skip to content

Commit 1a94d3f

Browse files
authored
Merge pull request #3893 from dscho/fix-git-artifacts
git-artifacts: fix the time-out while trying to set up the Git for Windows SDK
2 parents c5ca16f + a08a9a2 commit 1a94d3f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git config --global user.name "$USER_NAME" &&
3838
git config --global user.email "$USER_EMAIL" &&
3939
echo "PACKAGER=$USER_NAME <$USER_EMAIL>" >>$GITHUB_ENV
40-
- uses: git-for-windows/setup-git-for-windows-sdk@v0
40+
- uses: git-for-windows/setup-git-for-windows-sdk@v1
4141
with:
4242
flavor: build-installers
4343
- name: Clone build-extra
@@ -131,7 +131,7 @@ jobs:
131131
git config --global user.name "$USER_NAME" &&
132132
git config --global user.email "$USER_EMAIL" &&
133133
echo "PACKAGER=$USER_NAME <$USER_EMAIL>" >>$GITHUB_ENV
134-
- uses: git-for-windows/setup-git-for-windows-sdk@v0
134+
- uses: git-for-windows/setup-git-for-windows-sdk@v1
135135
if: env.SKIP != 'true'
136136
with:
137137
flavor: build-installers
@@ -364,11 +364,11 @@ jobs:
364364
with:
365365
name: bundle-artifacts
366366
path: bundle-artifacts
367-
- uses: git-for-windows/setup-git-for-windows-sdk@v0
367+
- uses: git-for-windows/setup-git-for-windows-sdk@v1
368368
if: env.SKIP != 'true' && matrix.arch.bitness == '64'
369369
with:
370370
flavor: build-installers
371-
- uses: git-for-windows/setup-git-for-windows-sdk@v0
371+
- uses: git-for-windows/setup-git-for-windows-sdk@v1
372372
if: env.SKIP != 'true' && matrix.arch.bitness == '32'
373373
with:
374374
flavor: build-installers
@@ -480,7 +480,7 @@ jobs:
480480
with:
481481
name: bundle-artifacts
482482
path: bundle-artifacts
483-
- uses: git-for-windows/setup-git-for-windows-sdk@v0
483+
- uses: git-for-windows/setup-git-for-windows-sdk@v1
484484
if: env.SKIP != 'true'
485485
with:
486486
flavor: build-installers

0 commit comments

Comments
 (0)