diff options
author | David Snopek <dsnopek@gmail.com> | 2024-11-04 10:40:05 -0600 |
---|---|---|
committer | David Snopek <dsnopek@gmail.com> | 2024-11-04 10:43:07 -0600 |
commit | 09e09d933560bd02fca1b666649f2f13ac0cce50 (patch) | |
tree | decaea44fbe4f448b971a733ea76e406d52dd479 /.github | |
parent | 1bffd6c73b44b85e5889f54e14b2193940cf5bb1 (diff) | |
download | redot-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.yml | 2 |
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: | |