Skip to content

Commit

Permalink
Update windows_linux_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-tm authored Mar 1, 2024
1 parent 02b9494 commit d7fb8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev -y
sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev -y
fi
shell: bash

Expand Down

0 comments on commit d7fb8f0

Please sign in to comment.