Skip to content

Commit d3f490d

Browse files
committed
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 72417a8 commit d3f490d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: .github/workflows/git-artifacts.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: git-artifacts
22

33
on:
4-
workflow_dispatch:
4+
push:
55

66
env:
77
REPOSITORY: git-for-windows/git
@@ -43,7 +43,11 @@ jobs:
4343
REF: ${{github.ref}}
4444
- name: clone build-extra
4545
shell: bash
46-
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 update-ref refs/remotes/origin/main HEAD &&
50+
git -C build-extra switch -C main
4751
- name: create build-installers artifact
4852
shell: bash
4953
run: |

0 commit comments

Comments
 (0)