Skip to content

Commit

Permalink
Merge pull request #108 from tsutsui/ci-archlinux-fcitx5
Browse files Browse the repository at this point in the history
* ci.yml: archLinux also requires fcitx5-gtk for Fcitx5GClient.
  • Loading branch information
arakiken authored Aug 15, 2024
2 parents 5b131b7 + f519f9a commit fdc4fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
apt install -y build-essential flex libgtk-3-dev libvterm-dev libvte-2.91-dev libsdl2-dev libfribidi-dev libuim-dev libfcitx5core-dev libfcitx5gclient-dev libscim-dev libibus-1.0-dev libm17n-dev libwnn-dev libcanna1g-dev libssh2-1-dev curl
;;
archlinux*)
pacman -Syyu --noconfirm base-devel intltool libutempter wayland gtk3 libvterm vte3 sdl2 fribidi fcitx5 scim ibus m17n-lib libssh2 curl
pacman -Syyu --noconfirm base-devel intltool libutempter wayland gtk3 libvterm vte3 sdl2 fribidi fcitx5 fcitx5-gtk scim ibus m17n-lib libssh2 curl
;;
esac
Expand Down

0 comments on commit fdc4fab

Please sign in to comment.