Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Feb 5, 2025
1 parent be020d5 commit 7ebdbd1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/git-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: git-artifacts

on:
push:
branches:
- main

env:
REPOSITORY: git-for-windows/git
Expand Down Expand Up @@ -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 -C main
- name: create build-installers artifact
shell: bash
run: |
Expand Down

0 comments on commit 7ebdbd1

Please sign in to comment.