diff --git a/.github/workflows/git-artifacts.yml b/.github/workflows/git-artifacts.yml index 02baf07f431..b85f0f972b7 100644 --- a/.github/workflows/git-artifacts.yml +++ b/.github/workflows/git-artifacts.yml @@ -2,8 +2,6 @@ name: git-artifacts on: push: - branches: - - main env: REPOSITORY: git-for-windows/git @@ -45,7 +43,10 @@ jobs: REF: ${{github.ref}} - name: clone build-extra shell: bash - 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 && + git -C build-extra switch -M main - name: create build-installers artifact shell: bash run: |