Commit daad04490f5233ec49540f85619702a6beba4517

Authored by Perry Werneck
Committed by GitHub
1 parent b55334ad
Exists in master and in 1 other branch develop

Update msys2.yml

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/msys2.yml
@@ -13,7 +13,7 @@ jobs: @@ -13,7 +13,7 @@ jobs:
13 with: 13 with:
14 msystem: UCRT64 14 msystem: UCRT64
15 update: true 15 update: true
16 - install: git mingw-w64-ucrt-x86_64-gcc xz mingw-w64-x86_64-gcc automake autoconf make git pkgconf mingw-w64-x86_64-gettext mingw-w64-x86_64-openssl libtool 16 + 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
17 - name: CI-Build 17 - name: CI-Build
18 run: | 18 run: |
19 ./win/ci-build.sh 19 ./win/ci-build.sh