Skip to content

Releases: git-for-windows/setup-git-for-windows-sdk

v1.10.4

10 Sep 17:34
v1.10.4
Compare
Choose a tag to compare

Better support for architecture: aarch64

This release improves support for running on hosted windows-arm64
runners where Git for Windows needs to be installed as part of the
workflow.

v1.10.3

29 Aug 16:47
v1.10.3
Compare
Choose a tag to compare

Lots of dependency updates & more stringent ci-artifacts query

This version brings tons and tons of updated dependencies, and is a bit
preciser when looking for the latest successful ci-artifacts run lest
it finds an accidentally-pushed topic branch that is not main.

v1.10.2

12 May 22:02
v1.10.2
Compare
Choose a tag to compare

Really work around broken builds with GCC v14.1

A recent MSYS2 update upgraded GCC from v13.* to v14.*, for which Git's
source code is not prepared. v1.10.1 already aimed to work around this,
but only uncovered a long-standing bug preventing that work-around from
working correctly. v1.10.2 fixes that.

v1.10.1

12 May 21:01
v1.10.1
Compare
Choose a tag to compare

Work around broken builds with GCC v14.1

A recent MSYS2 update upgraded GCC from v13.* to v14.*, for which Git's
source code is not prepared. Let's work around that for the time being.

v1.10.0

15 Dec 00:52
v1.10.0
Compare
Choose a tag to compare

Now the result output is set to the path where the SDK is installed.

v1.9.0

13 Nov 13:07
v1.9.0
Compare
Choose a tag to compare

This Action now uses node.js 20

v1.8.1

10 Feb 12:04
v1.8.1
Compare
Choose a tag to compare

The Action no longer automatically force-enables symbolic link support

By mistake, a dependency of this Action defined
MSYS=winsymlinks:nativestrict, intending to fix the caching/restoring
but inadvertently causing a change in behavior of all workflows that use
this Action. This was fixed in the dependency, and by upgrading to a
newer version, the setup-for-windows-sdk Action is also fixed.

v1.8.0

08 Feb 11:40
v1.8.0
Compare
Choose a tag to compare

Add support for Windows/ARM64

With this release, the GitHub Action adds full support for Windows/ARM64. While previously only the full flavor was supported, now the minimal, makepkg-git and build-installers flavors are also supported.

Note: As of time of writing, there is no support for hosted Windows/ARM64 runners, but it is possible to self-host such runners.

v1.7.0

02 Jan 20:18
v1.7.0
Compare
Choose a tag to compare

Use faster D: drive, if available

v1.6.2

22 Dec 20:16
v1.6.2
Compare
Choose a tag to compare

Use https://github.com/git-for-windows/git-sdk-arm64 in ARM64 mode

This turns out to be much faster than using git-sdk-64 and calling
Pacman to install the packages.