Skip to content

Commit

Permalink
Add libxi-dev to workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pwiecz committed Jan 3, 2024
1 parent 0387437 commit 248290f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Download deps
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update && sudo apt-get install -y libasound2-dev libxrandr-dev libxcursor-dev libxinerama-dev libgl-dev libglx-dev
sudo apt-get update && sudo apt-get install -y libasound2-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev libgl-dev libglx-dev
fi
shell: bash

Expand Down

0 comments on commit 248290f

Please sign in to comment.