Skip to content

Commit

Permalink
CI: msys-build: Add gettext to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
konsolebox committed Jul 10, 2024
1 parent f775182 commit f7e5290
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/msys-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
install: >-
mingw-w64-x86_64-appstream
mingw-w64-x86_64-appstream-glib
mingw-w64-x86_64-desktop-file-utils
mingw-w64-x86_64-gcc
mingw-w64-x86_64-pkg-config
mingw-w64-x86_64-python3-cffi
mingw-w64-x86_64-meson
mingw-w64-x86_64-gettext-runtime
mingw-w64-x86_64-gettext-tools
mingw-w64-x86_64-gtk2
mingw-w64-x86_64-gtk-update-icon-cache
mingw-w64-x86_64-luajit
mingw-w64-x86_64-desktop-file-utils
mingw-w64-x86_64-appstream
mingw-w64-x86_64-appstream-glib
mingw-w64-x86_64-meson
mingw-w64-x86_64-pkg-config
mingw-w64-x86_64-python3-cffi
- name: Configure
run: >-
Expand Down

0 comments on commit f7e5290

Please sign in to comment.