summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2024-03-05 13:59:36 +0100
committerGitHub <[email protected]>2024-03-05 13:59:36 +0100
commit36dabe485c3b6c64c41a028f147c56a5634ad428 (patch)
tree154398ece4e9d0c28f5f7bb18033318cde797d59
parent7584b6aa0bb190c1aa4615d42949fe79fc89b103 (diff)
downloadraylib-36dabe485c3b6c64c41a028f147c56a5634ad428.tar.gz
raylib-36dabe485c3b6c64c41a028f147c56a5634ad428.zip
Update cmake.yml
-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 c286220b..90c62d77 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 libwayland-bin
+ 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-dev libwayland-bin libwayland-client
- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
# access regardless of the host operating system