diff --git a/.github/workflows/ci-artifacts.yml b/.github/workflows/ci-artifacts.yml index 42c11de167a..c399cefd109 100644 --- a/.github/workflows/ci-artifacts.yml +++ b/.github/workflows/ci-artifacts.yml @@ -43,9 +43,9 @@ jobs: with: name: minimal-sdk path: artifacts/git-sdk-aarch64-minimal.tar.gz - - name: clone git-for-windows/git's `main` - run: git clone --depth=1 --branch main https://github.com/git-for-windows/git ..\git - - name: build current `main` of git-for-windows/git + - name: clone git.git's `master` + run: git clone --depth=1 --branch master https://github.com/git/git ..\git + - name: build current `master` of git.git shell: bash run: | set -x