Skip to content

Commit

Permalink
ci: Install libwayland-dev and xorg-dev in linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyg-lunarg committed Oct 22, 2024
1 parent 91968d7 commit 7ce8ed4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,14 @@ jobs:
- uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.17.2
- run: python -m pip install jsonschema pyparsing
- name: Install python deps
run: python -m pip install jsonschema pyparsing
- name: Setup ccache
uses: hendrikmuhs/[email protected]
with:
key: ${{ matrix.os }}-${{ matrix.config }}-${{ matrix.compiler.cc }}-${{ matrix.compiler.cxx }}
- name: Install packages
run: sudo apt-get -qq update && sudo apt-get install -y libwayland-dev xorg-dev
- name: Build Vulkan-ExtensionLayer
run: python scripts/github_ci_build_desktop.py --config ${{ matrix.config }}
env:
Expand Down

0 comments on commit 7ce8ed4

Please sign in to comment.