Commit 043ef9321f683403a3c2d45f3209f950e6fca5ef
Committed by
GitHub
1 parent
ae083fcc
Exists in
master
and in
1 other branch
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,5 +16,6 @@ jobs: | ||
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 | 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 | - name: CI-Build | 17 | - name: CI-Build |
18 | run: | | 18 | run: | |
19 | + pacman -Ql mingw-w64-x86_64-gettext | ||
19 | ./win/ci-build.sh | 20 | ./win/ci-build.sh |
20 | 21 |