diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-10-25 13:04:08 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-10-25 13:04:08 -0500 |
commit | 07e759b74a34e1d58f7704c7f6a68fb53c263247 (patch) | |
tree | 689409a36d3c771252f893132065b4417cd7c058 /.github | |
parent | d3298fe73820299d51fa4a7dc0f7d495e303003f (diff) | |
parent | 256699ee317fde9b1712c0ddf12a6903773aaff4 (diff) | |
download | redot-engine-07e759b74a34e1d58f7704c7f6a68fb53c263247.tar.gz |
Merge pull request #97771 from dsnopek/openxr-linux-egl
OpenXR: Add support for Wayland on Linux
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 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: | |