From 7354dc2d820b73f9b2b89e7ea170bb1b58b8a35c Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 9 Jan 2022 08:50:36 +0100 Subject: [PATCH] CI: install git still our build scripts require it --- .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 27a5f18118..9699e9f04f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'