.github/workflows: don't try to install older Git

Git for Windows 2.27.0 had a bug where symlinks would appear perpetually
modified when core.fscache was enabled, causing our CI job to fail
because it looks for modified files after running the formatter.
However, a newer version of Git is now available and our old code is
failing, so let's remove it and use the newer version of Git that's
shipped by default.
This commit is contained in:
brian m. carlson 2021-01-27 19:59:32 +00:00
parent 731bcc598b
commit 30995ddf6c
No known key found for this signature in database
GPG Key ID: 2D0C9BC12F82B3A1

@ -43,8 +43,6 @@ jobs:
- run: set GOPATH=%HOME%\go - run: set GOPATH=%HOME%\go
- run: cinst InnoSetup -y - run: cinst InnoSetup -y
- run: cinst strawberryperl -y - run: cinst strawberryperl -y
- run: choco uninstall git.install -y --force
- run: cinst git --version 2.26.2 -y --force
- run: refreshenv - run: refreshenv
- run: gem install ronn - run: gem install ronn
shell: bash shell: bash