Skip to content

Commit

Permalink
Fix dep package name
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Mar 11, 2024
1 parent 1dc58c2 commit a3d9880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 librime rime-data
pacman -Syu --noconfirm base-devel clang cmake ninja extra-cmake-modules fmt libuv librime librime-data
- uses: actions/checkout@v4
with:
repository: fcitx/fcitx5
Expand Down

0 comments on commit a3d9880

Please sign in to comment.