mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 20:27:53 +00:00
[client] ci: do not install libglew-dev
We removed the GLEW dependency, so we shouldn't be installing it.
This commit is contained in:
parent
2de9912ac0
commit
a8d4668c4d
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -25,7 +25,6 @@ jobs:
|
|||
libsdl2-dev libsdl2-ttf-dev \
|
||||
libspice-protocol-dev nettle-dev \
|
||||
libx11-dev libxss-dev libxi-dev \
|
||||
libglew-dev \
|
||||
wayland-protocols
|
||||
- name: Configure client
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue