Releases: git-for-windows/setup-git-for-windows-sdk
v1.1.2
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)
).
v1.1.1
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.
v1.1.0
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`
v1.0.1
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.
v1.0.0: The first official release of `setup-git-for-windows-sdk`
The first official release of setup-git-for-windows-sdk
This GitHub Action is now ready for prime time.
v0.0.9
The artifact download was made a bit more robust.
v0.0.8
Let node-fetch
retry for a bit in case of transient network problems.
v0.0.7
Let curl
retry for a bit in case the download failed.
v0.0.6
Fixes grep -P
.
v0.0.5
Fixes MSYSTEM
and PATH
for the i686
flavors.