Skip to content

Commit

Permalink
Install x11 library on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Jul 29, 2024
1 parent 3f375e3 commit ce6ffaa
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
sudo apt-get update && sudo apt-get install -yq clang libx11-dev
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-14 100
- name: Install Vulkan SDK
Expand Down

0 comments on commit ce6ffaa

Please sign in to comment.