From c25572a629cdb6855c4606e52b7d15ebdf44783c Mon Sep 17 00:00:00 2001 From: Weng Xuetian Date: Sun, 10 Mar 2024 09:37:49 -0700 Subject: [PATCH] add opencc in deps --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 571cc028..3b5bf180 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Install dependencies run: | - pacman -Syu --noconfirm base-devel clang cmake ninja extra-cmake-modules fmt libuv boost git qt6-base qt6-wayland libxkbcommon qt6-webengine lua + pacman -Syu --noconfirm base-devel clang cmake ninja extra-cmake-modules fmt libuv boost git qt6-base qt6-wayland libxkbcommon qt6-webengine lua opencc - uses: actions/checkout@v4 with: repository: fcitx/fcitx5 @@ -82,7 +82,7 @@ jobs: uses: fcitx/github-actions@cmake with: repository: fcitx/fcitx5-qt - path: fcitx5-lua + path: fcitx5-qt cmake-option: >- -DENABLE_QT4=Off -DENABLE_QT5=Off