summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2024-03-04 20:08:59 +0100
committerGitHub <[email protected]>2024-03-04 20:08:59 +0100
commit7584b6aa0bb190c1aa4615d42949fe79fc89b103 (patch)
treeef52603da95eb008948d1857ae5b6e712eca49d5 /.github/workflows
parent85a46e42bd12a0973a22b48785b6c878b5bc58d6 (diff)
downloadraylib-7584b6aa0bb190c1aa4615d42949fe79fc89b103.tar.gz
raylib-7584b6aa0bb190c1aa4615d42949fe79fc89b103.zip
Update cmake.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 82e3459b..c286220b 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -86,7 +86,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt-get install gcc-multilib
- sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev
+ sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev libwayland-bin
- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
# access regardless of the host operating system