Skip to content

Commit

Permalink
Merge pull request #165 from zonble/master
Browse files Browse the repository at this point in the history
Adds an option to allow typing Chinese even if Caps Lock is on
  • Loading branch information
lukhnos committed Dec 10, 2024
2 parents 64dc887 + 0a9e18d commit c1dcb2d
Show file tree
Hide file tree
Showing 6 changed files with 293 additions and 236 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,14 @@ jobs:
ctest --output-on-failure
build_manjaro:
# strategy:
# fail-fast: false
# matrix:
# os: ["fedora:42", "fedora:41", "fedora:40", "fedora:39"]
runs-on: ubuntu-latest
container: manjarolinux/base:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pacman -S --noconfirm gcc cmake make pkg-config extra-cmake-modules fmt fcitx5 fcitx5-chinese-addons fcitx5-gtk fcitx5-qt
pacman -Sy
pacman -Sy --noconfirm gcc cmake make pkg-config extra-cmake-modules fmt fcitx5 fcitx5-chinese-addons fcitx5-gtk fcitx5-qt
- name: Build
run: |
mkdir -p build
Expand Down
Loading

0 comments on commit c1dcb2d

Please sign in to comment.