From fbc0834f6826f57ec036601910150f31484bb0b4 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 10 Mar 2023 10:24:59 -0300 Subject: [PATCH] Update msys2.yml --- .github/workflows/msys2.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 3595b05..2c680c9 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -17,15 +17,14 @@ jobs: shell: msys2 {0} steps: - uses: actions/checkout@v3 - - run: git fetch --prune --unshallow - uses: msys2/setup-msys2@v2 with: msystem: mingw64 update: true install: xz mingw-w64-x86_64-gcc automake autoconf make git pkgconf mingw-w64-x86_64-gettext gettext-devel mingw-w64-x86_64-openssl libtool + - run: git fetch --prune --unshallow - name: CI-Build - run: | - ./win/ci-build.sh + run: ./win/ci-build.sh - name: Find Tag id: tagger uses: jimschubert/query-tag-action@v1 -- libgit2 0.21.2