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 visible (Hide)

setup-git-for-windows-sdk - v1.1.2

Published by github-actions[bot] almost 3 years ago

This version ensures that /dev/fd and friends exist

Among other things, this fixes the bug where shell scripts use process substitution (think diff <(echo 1) <(echo 2)).

setup-git-for-windows-sdk - v1.1.1

Published by github-actions[bot] about 3 years ago

This version fixes a bug that prevented the full flavor from working

The bug was triggered by executing node.js v16.x code on node.js v12.x.

setup-git-for-windows-sdk - v1.1.0

Published by github-actions[bot] about 3 years ago

This version supports the MSYS mode via a new option

Example:

- uses: git-for-windows/setup-git-for-windows-sdk
  with:
    flavor: full
    msys: true
- shell: bash
  run: gcc -V # this calls the MSYS version of `gcc`
setup-git-for-windows-sdk - v1.0.1

Published by github-actions[bot] over 3 years ago

This version avoids short downloads

On rare occasion, we encountered situations where the artifact files
were downloaded only incompletely, yet the Action reported success (and
cached the incomplete set of files). We now ensure that the total bytes
written to disk match the expected value before allowing the Action to
succeed.

setup-git-for-windows-sdk -

Published by github-actions[bot] over 3 years ago

The first official release of setup-git-for-windows-sdk

This GitHub Action is now ready for prime time.

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