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`
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`