Skip to content

Commit d1de49d

Browse files
committed
ci-artifacts: build git/git again
In 1b7ec02 (ci-artifacts: revert to building git-for-windows/git for now, 2025-04-15), I changed `git-sdk-arm64`'s `ci-artifacts` workflow so that it builds git-for-windows/git instead of git/git. The reason was that a lot of work had to be done first before building that branch in `ci-artifacts` would succeed, which was upstreamed as gitgitgadget/git#1904 (and which I expected to take the usual loooong time to trickle down, but Junio seemed to be in a good mood back then and it took only two weeks and two days). Since this is all resolved now, let's switch back by reverting 1b7ec02. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2851eb9 commit d1de49d

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-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
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
4949
shell: bash
5050
run: |
5151
set -x

0 commit comments

Comments
 (0)