Skip to content

Commit

Permalink
CI: Change dependency setup to vulkan+glfw deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Jan 1, 2024
1 parent da32ea1 commit 5db72dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/initialize-linux-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ runs:
uses: ashutoshvarma/[email protected]
with:
version: 1.10.0
- name: Setup OpenGL
- name: Setup Vulkan dependencies
shell: bash
run: sudo apt-get install libxi-dev libgl1-mesa-dev libglu1-mesa-dev mesa-common-dev libxrandr-dev libxxf86vm-dev
run: sudo apt install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config

0 comments on commit 5db72dc

Please sign in to comment.