setup-git-for-windows-sdk

A GitHub Action to initialize various flavors of the Git for Windows SDK

MIT License

Stars
20
Committers
5

Bot releases are hidden (Show)

setup-git-for-windows-sdk - v0.0.9

Published by dscho over 3 years ago

The artifact download was made a bit more robust.

setup-git-for-windows-sdk - v0.0.8

Published by dscho over 3 years ago

Let node-fetch retry for a bit in case of transient network problems.

setup-git-for-windows-sdk - v0.0.7

Published by dscho over 3 years ago

Let curl retry for a bit in case the download failed.

setup-git-for-windows-sdk - v0.0.6

Published by dscho over 3 years ago

Fixes grep -P.

setup-git-for-windows-sdk - v0.0.5

Published by dscho over 3 years ago

Fixes MSYSTEM and PATH for the i686 flavors.

setup-git-for-windows-sdk -

Published by dscho over 3 years ago

This version allows concurrent jobs to attempt to cache the same artifact; The first will win, the other will simply skip caching the just-downloaded artifact.

setup-git-for-windows-sdk - v0.0.3

Published by dscho over 3 years ago

With this release, a bash step can run the prove tool included in Git for Windows' SDK without manually extending the PATH.

setup-git-for-windows-sdk - v0.0.2

Published by dscho over 3 years ago

Fixed a critical bug where the PATH was not set correctly.

setup-git-for-windows-sdk - v0.0.1

Published by dscho over 3 years ago

The first version published to the GitHub Marketplace!

  • The Action is now faster, thanks to @actions/cache.
  • The README.md was improved a lot.
  • The Action now uses node-fetch instead of rolling a home-grown version of it.
setup-git-for-windows-sdk - v0.0.0

Published by dscho over 3 years ago

Initial version of the GitHub Action that sets up Git for Windows' development environment in GitHub workflows.

Package Rankings
Top 3.62% on Github actions
Related Projects