Skip to content

Commit

Permalink
Add ECM to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Mar 1, 2024
1 parent 9a4b360 commit 7bb2256
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 @@ -16,7 +16,7 @@ jobs:
steps:
- name: Install dependencies
run: |
pacman -Syu --noconfirm base-devel cmake xcb-util xcb-util-keysyms
pacman -Syu --noconfirm base-devel cmake extra-cmake-modules xcb-util xcb-util-keysyms
- name: Check out
uses: actions/checkout@v4
- name: Configure
Expand Down

0 comments on commit 7bb2256

Please sign in to comment.