Skip to content

Commit

Permalink
add opencc in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Mar 10, 2024
1 parent 6c57e07 commit c25572a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c25572a

Please sign in to comment.