Remove translations from Windows builds

This commit is contained in:
kramo
2024-04-16 19:36:52 +02:00
parent 40d6b45291
commit 4a530ce92e
4 changed files with 9 additions and 19 deletions

View File

@@ -42,7 +42,6 @@ jobs:
meson setup _build
ninja -C _build install
pacman --noconfirm -Rs mingw-w64-ucrt-x86_64-desktop-file-utils mingw-w64-ucrt-x86_64-meson git
find /ucrt64/share/locale/ -type f ! -name "*cartridges.mo" -delete
- name: Test
shell: msys2 {0}