We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be020d5 commit 7ebdbd1Copy full SHA for 7ebdbd1
.github/workflows/git-artifacts.yml
@@ -2,8 +2,6 @@ name: git-artifacts
2
3
on:
4
push:
5
- branches:
6
- - main
7
8
env:
9
REPOSITORY: git-for-windows/git
@@ -45,7 +43,10 @@ jobs:
45
43
REF: ${{github.ref}}
46
44
- name: clone build-extra
47
shell: bash
48
- run: git clone --depth=1 --single-branch -b main https://github.com/git-for-windows/build-extra
+ run: |
+ git clone --depth=1 --single-branch -b building-mingw-w64-git-should-not-need-to-install-dependencies \
+ https://github.com/dscho/build-extra &&
49
+ git -C build-extra switch -C main
50
- name: create build-installers artifact
51
52
run: |
0 commit comments