Skip to content

Commit 068918e

Browse files
authored
replace gettext with the corresponding version in clang msystem (#10)
1 parent 8d86c7b commit 068918e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,11 @@ jobs:
7070
mingw-w64-clang-x86_64-cmake `
7171
mingw-w64-clang-x86_64-ninja `
7272
mingw-w64-clang-x86_64-pkgconf `
73-
gettext
73+
mingw-w64-clang-x86_64-gettext-tools
7474
if ("${{ matrix.arch }}" -eq "arm64") {
7575
C:/msys64/usr/bin/pacman -S --noconfirm `
7676
mingw-w64-clang-aarch64-clang
7777
}
78-
mkdir -p C:/msys64/usr/share/gettext
79-
cp -r windows-cross/its C:/msys64/usr/share/gettext
8078
Add-Content $env:GITHUB_PATH "C:/msys64/clang64/bin"
8179
git apply --directory=fcitx5 patches/fcitx5.patch
8280

windows-cross

0 commit comments

Comments
 (0)