summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-10-03 10:24:01 -0500
committerDavid Snopek <dsnopek@gmail.com>2024-10-04 11:44:05 -0500
commit256699ee317fde9b1712c0ddf12a6903773aaff4 (patch)
tree89c2e2e28d514e8f80a785d78435d9b5e05ede51 /.github
parent2e144928793f17ebd70e1475bb7a7f4fd1095484 (diff)
downloadredot-engine-256699ee317fde9b1712c0ddf12a6903773aaff4.tar.gz
OpenXR: Add support for Wayland on Linux
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index dc3d9f3786..348e2bb317 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -106,7 +106,7 @@ jobs:
# TODO: Figure out somehow how to embed this one.
- name: wayland-scanner dependency
run: |
- sudo apt-get install libwayland-bin
+ sudo apt-get install libwayland-bin libegl-dev
- name: Free disk space on runner
run: |