summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2019-12-04 20:11:34 +0100
committerGitHub <[email protected]>2019-12-04 20:11:34 +0100
commit8db130289eab476ef274972bc4e886fb87824676 (patch)
treec1eddb417dad9f48b3bd9d4fba8a6196327a9cab /.github
parent3aad221b1edb096e28111f2fd487addc7a4d5789 (diff)
downloadraylib-8db130289eab476ef274972bc4e886fb87824676.tar.gz
raylib-8db130289eab476ef274972bc4e886fb87824676.zip
Update ccpp.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index eb8d221d..46829544 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -12,7 +12,7 @@ jobs:
- name: apt-update
run: sudo apt-get update -qq
- name: apt get glfw
- run: sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libxcursor-dev libxrandr-dev
+ run: sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libxcursor-dev libxrandr-dev libxinerama-dev
- name: make src
run: cd src && make PLATFORM=PLATFORM_DESKTOP
- name: make examples