summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-11-04 10:40:05 -0600
committerDavid Snopek <dsnopek@gmail.com>2024-11-04 10:43:07 -0600
commit09e09d933560bd02fca1b666649f2f13ac0cce50 (patch)
treedecaea44fbe4f448b971a733ea76e406d52dd479 /.github
parent1bffd6c73b44b85e5889f54e14b2193940cf5bb1 (diff)
downloadredot-engine-09e09d933560bd02fca1b666649f2f13ac0cce50.tar.gz
Patch the OpenXR headers to get EGL from GLAD if we're using it
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 348e2bb317..dc3d9f3786 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 libegl-dev
+ sudo apt-get install libwayland-bin
- name: Free disk space on runner
run: |