Commit 0d6e29bec58a2c6a3dc0874a5adfa94ae20b2015
Committed by
GitHub
1 parent
f6780cbd
Exists in
master
and in
1 other branch
Update msys2.yml
Adding required msys package
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.github/workflows/msys2.yml
... | ... | @@ -16,7 +16,7 @@ jobs: |
16 | 16 | with: |
17 | 17 | msystem: UCRT64 |
18 | 18 | update: true |
19 | - install: git mingw-w64-ucrt-x86_64-gcc automake autoconf make git pkgconf gettext-devel libtool xz mingw-w64-x86_64-openssl mingw-w64-x86_64-gtk3 mingw-w64-x86_64-imagemagick mingw-w64-x86_64-optipng mingw-w64-x86_64-inkscape | |
19 | + install: git mingw-w64-ucrt-x86_64-gcc automake autoconf make git pkgconf gettext-devel libtool xz mingw-w64-x86_64-openssl mingw-w64-x86_64-gtk3 mingw-w64-x86_64-imagemagick mingw-w64-x86_64-optipng mingw-w64-x86_64-inkscape mingw-w64-x86_64-gettext | |
20 | 20 | - name: CI-Build |
21 | 21 | run: | |
22 | 22 | echo 'Running in MSYS2!' | ... | ... |