Skip to content

Choose a tag to compare

@github-actions github-actions released this 11 Oct 12:35
· 2165 commits to main since this release
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`