Skip to content

Commit

Permalink
git-artifacts: use the setup-git-for-windows-sdk Action
Browse files Browse the repository at this point in the history
This simplifies the workflow dramatically, as well as accelerating it
because the Action recently learned to use the partial clone/parallel
checkout features of Git.

Note that we have to reinstate that `/usr/bin/git` hack (a shell script
that simply redirects to `/mingw64/bin/git.exe`) in the `pkg` job
manually, since we no longer cache the `build-installers` artifact
_after_ installing that hack in `bundle-artifacts`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Sep 16, 2022
1 parent c05801e commit 62acf98
Showing 1 changed file with 81 additions and 207 deletions.

0 comments on commit 62acf98

Please sign in to comment.