We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16281f6 commit 76d60e9Copy full SHA for 76d60e9
.github/workflows/upload_python_package.yml
@@ -9,8 +9,9 @@ jobs:
9
runs-on: ubuntu-latest
10
11
env:
12
- DISPLAY: :0.0
+ # DISPLAY: :0.0
13
XAUTHORITY: /run/user/1000/gdm/Xauthority
14
+ LIBGL_ALWAYS_INDIRECT: 1
15
16
steps:
17
- uses: actions/checkout@v2
@@ -20,6 +21,7 @@ jobs:
20
21
python-version: '3.x'
22
- name: Setup Device Information.
23
run: |
24
+ echo "export DISPLAY=\$(cat /etc/resolv.conf | grep nameserver | awk '{print \$2}'):0.0" >> ~/.profile
25
pip install xkeysnail
26
xhost +SI:localuser:root
27
xkeysnail config.py
0 commit comments