diff options
| author | Ray <[email protected]> | 2019-12-04 18:42:50 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-04 18:42:50 +0100 |
| commit | ff499fe57d712bed8e1aba318e2b25ffc96c8dec (patch) | |
| tree | d0082279df24831abdc6e4c430c4786ab5afbf5f /.github | |
| parent | 3c75bb5e6db10f7ba552e0cd8f2ab5e3940b7229 (diff) | |
| download | raylib-ff499fe57d712bed8e1aba318e2b25ffc96c8dec.tar.gz raylib-ff499fe57d712bed8e1aba318e2b25ffc96c8dec.zip | |
Update ccpp.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ccpp.yml | 2 |
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 |
