CI: install the VCS group instead of git alone

so we can build source packages using mercurial for example
This commit is contained in:
Christoph Reiter
2021-08-20 09:08:05 +02:00
parent ea8dc72b35
commit 4ef6a66f80

View File

@@ -33,7 +33,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msystem }}
install: git msys2-devel base-devel binutils pactoys-git ${{ matrix.toolchain }}
install: VCS msys2-devel base-devel binutils pactoys-git ${{ matrix.toolchain }}
update: true
- name: Add staging repo