diff options
| author | Ray <[email protected]> | 2019-12-04 20:23:13 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-04 20:23:13 +0100 |
| commit | f976b03a4f75973031130ef217e2ea8fce2c1630 (patch) | |
| tree | 8d0847ddc43f483b9fbc98f5bc2708feabc26e02 /.github | |
| parent | 8db130289eab476ef274972bc4e886fb87824676 (diff) | |
| download | raylib-f976b03a4f75973031130ef217e2ea8fce2c1630.tar.gz raylib-f976b03a4f75973031130ef217e2ea8fce2c1630.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 46829544..81b85d2a 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 libxinerama-dev + run: sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev - name: make src run: cd src && make PLATFORM=PLATFORM_DESKTOP - name: make examples |
