summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2019-12-04 18:34:11 +0100
committerGitHub <[email protected]>2019-12-04 18:34:11 +0100
commit3c75bb5e6db10f7ba552e0cd8f2ab5e3940b7229 (patch)
tree2b7d7e14809c5067e3b6b9085bcbfa0d6fe74aa5
parent8a08a9b2251d7717a1277c2343fb92b36e129644 (diff)
downloadraylib-3c75bb5e6db10f7ba552e0cd8f2ab5e3940b7229.tar.gz
raylib-3c75bb5e6db10f7ba552e0cd8f2ab5e3940b7229.zip
Update ccpp.yml
-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 c1c5a32e..2a925e56 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 libglew-dev
+ run: sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libxcursor-dev
- name: make src
run: cd src && make PLATFORM=PLATFORM_DESKTOP
- name: make examples