diff options
| author | Ray <[email protected]> | 2019-12-04 20:11:34 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-04 20:11:34 +0100 |
| commit | 8db130289eab476ef274972bc4e886fb87824676 (patch) | |
| tree | c1eddb417dad9f48b3bd9d4fba8a6196327a9cab /.github/workflows | |
| parent | 3aad221b1edb096e28111f2fd487addc7a4d5789 (diff) | |
| download | raylib-8db130289eab476ef274972bc4e886fb87824676.tar.gz raylib-8db130289eab476ef274972bc4e886fb87824676.zip | |
Update ccpp.yml
Diffstat (limited to '.github/workflows')
| -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 eb8d221d..46829544 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 + run: sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libxcursor-dev libxrandr-dev libxinerama-dev - name: make src run: cd src && make PLATFORM=PLATFORM_DESKTOP - name: make examples |
