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 07f5acdCopy full SHA for 07f5acd
.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,9 @@ 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
- name: create build-installers artifact
50
51
run: |
0 commit comments