Commit 043ef9321f683403a3c2d45f3209f950e6fca5ef

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

Update msys2.yml

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
.github/workflows/msys2.yml
... ... @@ -16,5 +16,6 @@ jobs:
16 16 install: git mingw-w64-ucrt-x86_64-gcc xz automake autoconf make pkgconf mingw-w64-x86_64-gettext libtool mingw-w64-x86_64-openssl
17 17 - name: CI-Build
18 18 run: |
  19 + pacman -Ql mingw-w64-x86_64-gettext
19 20 ./win/ci-build.sh
20 21  
... ...