From e3184775116d95e03d97a7c34543082dc79f8246 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 10 Jan 2023 22:11:01 -0300 Subject: [PATCH] Working in msys2 workflow. --- .github/workflows/msys2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index fb01c5b..3f4136a 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -13,7 +13,7 @@ jobs: with: msystem: UCRT64 update: true - install: git mingw-w64-ucrt-x86_64-gcc xz mingw-w64-x86_64-gcc gettext-devel automake autoconf make git pkgconf mingw-w64-x86_64-gettext mingw-w64-x86_64-openssl libtool + install: git mingw-w64-ucrt-x86_64-gcc automake autoconf make pkgconf gettext-devel libtool xz mingw-w64-x86_64-openssl - name: CI-Build run: | ./win/ci-build.sh -- libgit2 0.21.2