Skip to content

Commit 7ebdbd1

Browse files
committed
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent be020d5 commit 7ebdbd1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: git-artifacts
22

33
on:
44
push:
5-
branches:
6-
- main
75

86
env:
97
REPOSITORY: git-for-windows/git
@@ -45,7 +43,10 @@ jobs:
4543
REF: ${{github.ref}}
4644
- name: clone build-extra
4745
shell: bash
48-
run: git clone --depth=1 --single-branch -b main https://github.com/git-for-windows/build-extra
46+
run: |
47+
git clone --depth=1 --single-branch -b building-mingw-w64-git-should-not-need-to-install-dependencies \
48+
https://github.com/dscho/build-extra &&
49+
git -C build-extra switch -C main
4950
- name: create build-installers artifact
5051
shell: bash
5152
run: |

0 commit comments

Comments
 (0)