Skip to content

Commit

Permalink
fix: added libxi to CI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Sep 3, 2024
1 parent 3391334 commit 780ce53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
submodules: recursive
- name: install-dependencies
run: sudo apt-get install -y libxcursor-dev libxrandr-dev libxinerama-dev
run: sudo apt-get install -y libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev
- name: setup-codeql
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit 780ce53

Please sign in to comment.