[CI > Test] Try fixing xorg issues (6)
This commit is contained in:
parent
73dd6461fd
commit
b0a96e7765
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test_startup.yml
vendored
2
.github/workflows/test_startup.yml
vendored
|
@ -41,6 +41,8 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install xorg
|
||||
cat /etc/X11/Xwrapper.config
|
||||
echo "allowed_users = anybody" > /etc/X11/Xwrapper.config
|
||||
startx
|
||||
xhost local:
|
||||
DISPLAY=:0 ./DiscordCanary/DiscordCanary --enable-logging
|
||||
|
|
Loading…
Reference in a new issue