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