CI: install the VCS group instead of git alone
so we can build source packages using mercurial for example
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user