Skip to content

Commit 993d065

Browse files
committed
ci-artifacts: revert to building git-for-windows/git for now
Upstream Git is not ready to build on Windows/ARM64. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a3afd85 commit 993d065

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
with:
4444
name: minimal-sdk
4545
path: artifacts/git-sdk-aarch64-minimal.tar.gz
46-
- name: clone git.git's `master`
47-
run: git clone --depth=1 --branch master https://github.com/git/git ..\git
48-
- name: build current `master` of git.git
46+
- name: clone git-for-windows/git's `main`
47+
run: git clone --depth=1 --branch main https://github.com/git-for-windows/git ..\git
48+
- name: build current `main` of git-for-windows/git
4949
shell: bash
5050
run: |
5151
set -x

0 commit comments

Comments
 (0)