File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 FCITX_DATA_DIRS : /opt/fcitx/share/fcitx5/testing/addon:/opt/fcitx/share/fcitx5/testing
2929 steps :
3030 - name : Install dependencies
31- run : pacman -Syu --noconfirm base-devel clang cmake ninja extra-cmake-modules fmt libuv marisa
31+ run : pacman -Syu --noconfirm base-devel clang cmake ninja extra-cmake-modules fmt libuv marisa nlohmann-json
3232
3333 - uses : actions/checkout@v4
3434 with :
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ void HallelujahEngine::loadWords() {
345345
346346void HallelujahEngine::loadPinyin () {
347347 const auto &sp = fcitx::StandardPaths::global ();
348- std::string pinyin_path =
348+ auto pinyin_path =
349349 sp.locate (fcitx::StandardPathsType::Data, " hallelujah/cedict.json" );
350350 if (pinyin_path.empty ()) {
351351 throw std::runtime_error (" Failed to locate cedict.json" );
You can’t perform that action at this time.
0 commit comments