summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2024-03-05 14:00:56 +0100
committerGitHub <[email protected]>2024-03-05 14:00:56 +0100
commit2114e48393d815298d5ea1b5a415d9651f2ec656 (patch)
tree804f154340e82cfc37545caa28d3a2b2d468646b /.github/workflows
parent36dabe485c3b6c64c41a028f147c56a5634ad428 (diff)
downloadraylib-2114e48393d815298d5ea1b5a415d9651f2ec656.tar.gz
raylib-2114e48393d815298d5ea1b5a415d9651f2ec656.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 90c62d77..611902f3 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-dev libwayland-bin libwayland-client
+ 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
- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
# access regardless of the host operating system