Update ccpp.yml

This commit is contained in:
Ray 2019-12-04 18:42:50 +01:00 committed by GitHub
parent 3c75bb5e6d
commit ff499fe57d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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