Skip to content

Commit

Permalink
Install xorg-dev dependencies for tests
Browse files Browse the repository at this point in the history
For some reason GHA images no longer include Xlib.h?
  • Loading branch information
zeux committed Jan 17, 2025
1 parent 615be74 commit 1b8653e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
shell: bash
run: |
mv Vulkan-Headers ~/Vulkan-Headers
- name: install deps for tests
run: sudo apt install -y xorg-dev
if: matrix.os.name == 'ubuntu'
- name: build main
shell: bash
run: |
Expand Down Expand Up @@ -69,4 +72,4 @@ jobs:
run: |
export VULKAN_SDK=~/Vulkan-Headers
git -C ~/Vulkan-Headers checkout vulkan-sdk-1.3.296
test/run_tests.sh
test/run_tests.sh

0 comments on commit 1b8653e

Please sign in to comment.