Skip to content

Commit

Permalink
Use ninja to build
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Mar 7, 2024
1 parent e1864c1 commit ce1d793
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 extra-cmake-modules xcb-util xcb-util-keysyms cairo enchant iso-codes libxkbcommon-x11 pango systemd wayland xcb-util-wm libxkbfile fmt gdk-pixbuf2 wayland-protocols
pacman -Syu --noconfirm base-devel clang cmake ninja extra-cmake-modules xcb-util xcb-util-keysyms cairo enchant iso-codes libxkbcommon-x11 pango systemd wayland xcb-util-wm libxkbfile fmt gdk-pixbuf2 wayland-protocols
- uses: actions/checkout@v4
with:
path: xcb-imdkit
Expand Down

0 comments on commit ce1d793

Please sign in to comment.