Skip to content

Commit

Permalink
try*2
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Jan 30, 2025
1 parent a0a9eab commit 5dc1a97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
mingw-w64-clang-x86_64-fmt `
mingw-w64-clang-x86_64-libuv `
mingw-w64-clang-x86_64-pkgconf `
gettext `
gettext-devel `
ninja
cp -r its C:/msys64/usr/share/gettext
Add-Content $env:GITHUB_PATH "C:/msys64/clang64/bin"
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ if (CYGWIN)
add_compile_definitions(-D_GNU_SOURCE)
else()
set(ECM_DIR C:/msys64/ucrt64/share/ECM/cmake)
set(GETTEXT_MSGMERGE_EXECUTABLE C:/msys64/usr/bin/msgfmt.exe)
endif()

add_subdirectory(fcitx5)
Expand Down

0 comments on commit 5dc1a97

Please sign in to comment.