mirror of https://github.com/cabaletta/baritone
maybe apt update
This commit is contained in:
parent
7333f9dc9a
commit
ca91d09fbf
|
@ -6,6 +6,7 @@ script:
|
|||
- ./gradlew check
|
||||
- export DISPLAY=:99
|
||||
- export LIBGL_ALWAYS_SOFTWARE=1
|
||||
- sudo apt-get update -qq --force-yes
|
||||
- sudo apt-get install -qq --force-yes mesa-utils libgl1-mesa-swx11 libgl1-mesa-swx11-dev xvfb
|
||||
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1400x900x24 -ac +extension GLX +render
|
||||
- glxinfo
|
||||
|
|
Loading…
Reference in New Issue