From 4ef6a66f80d950ab37aabecb2af426e5eec1697b Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 20 Aug 2021 09:08:05 +0200 Subject: [PATCH] CI: install the VCS group instead of git alone so we can build source packages using mercurial for example --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ed1c8e1fe..e710ab4c03 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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