CI: install git still

our build scripts require it
This commit is contained in:
Christoph Reiter
2022-01-09 08:50:36 +01:00
parent 48163027b2
commit 7354dc2d82

View File

@@ -44,7 +44,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ contains(matrix.msystem, 'ARM64') && 'MSYS' || matrix.msystem }}
install: base-devel pactoys ${{ matrix.cc }}
install: git base-devel pactoys ${{ matrix.cc }}
update: true
release: ${{ runner.arch != 'ARM64' }}
location: 'D:\M'