summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2019-12-04 18:42:50 +0100
committerGitHub <[email protected]>2019-12-04 18:42:50 +0100
commitff499fe57d712bed8e1aba318e2b25ffc96c8dec (patch)
treed0082279df24831abdc6e4c430c4786ab5afbf5f /.github/workflows
parent3c75bb5e6db10f7ba552e0cd8f2ab5e3940b7229 (diff)
downloadraylib-ff499fe57d712bed8e1aba318e2b25ffc96c8dec.tar.gz
raylib-ff499fe57d712bed8e1aba318e2b25ffc96c8dec.zip
Update ccpp.yml
Diffstat (limited to '.github/workflows')
-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 2a925e56..eb8d221d 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
+ run: sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libxcursor-dev libxrandr-dev
- name: make src
run: cd src && make PLATFORM=PLATFORM_DESKTOP
- name: make examples