Replace dummy X server with dummy SDL video driver

This commit is contained in:
Gunter Labes 2023-07-18 22:34:45 +02:00 committed by GitHub
parent 41ead12a14
commit 90d293c9ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ jobs:
CXX_STD: 17
LTO: ${{ matrix.lto }}
CLICOLOR_FORCE: 1
DISPLAY: :99.0
SDL_VIDEODRIVER: dummy
defaults:
run:
shell: bash
@ -97,9 +97,6 @@ jobs:
make VERBOSE=1 -j2
;;
esac
- name: Start Xvfb
if: steps.build.outcome == 'success'
run: start-stop-daemon --start --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1024x768x24
- name: Check path options
if: steps.build.outcome == 'success'
run: |