Skip to content

Commit

Permalink
Add libxrandr dependency to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper authored Jul 29, 2024
1 parent 7d7ec6e commit 026492a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install -yq clang libx11-dev libxcursor-dev
sudo apt-get update && sudo apt-get install -yq clang libx11-dev libxcursor-dev libxrandr-dev
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-14 100
- name: Install Vulkan SDK
Expand Down

0 comments on commit 026492a

Please sign in to comment.