Commit a08cc09ec7a704094a39089df3b8b6c5c7bd14cf
Committed by
GitHub
1 parent
050eea38
Exists in
develop
Update msys2.yml
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
.github/workflows/msys2.yml
... | ... | @@ -22,6 +22,11 @@ jobs: |
22 | 22 | msystem: mingw64 |
23 | 23 | update: true |
24 | 24 | 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 mingw-w64-x86_64-gtk3 |
25 | + - uses: robinraju/release-downloader@v1.7 | |
26 | + with: | |
27 | + repository: "PerryWerneck/lib3270" | |
28 | + latest: true | |
29 | + fileName: "mingw-lib3270.tar.xz" | |
25 | 30 | - name: CI-Build |
26 | 31 | run: | |
27 | 32 | ./win/ci-build.sh | ... | ... |