Skip to content

Commit

Permalink
Add glib2-devel to action deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Jun 14, 2024
1 parent 2b78dfe commit cb9aee2
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 @@ -38,7 +38,7 @@ jobs:
steps:
- name: Install dependencies
run: |
pacman -Syu --noconfirm base-devel clang cmake ninja extra-cmake-modules fmt libuv git gtk2 gtk3 gtk4 libx11 gobject-introspection
pacman -Syu --noconfirm base-devel clang cmake ninja extra-cmake-modules fmt libuv git glib2-devel gtk2 gtk3 gtk4 libx11 gobject-introspection
- uses: actions/checkout@v4
with:
path: fcitx5-gtk
Expand Down

0 comments on commit cb9aee2

Please sign in to comment.