1
0
Fork 0

ci: set XDG_RUNTIME_DIR

master
dump_stack() 2023-05-16 17:36:17 +00:00
parent ba3e6072d4
commit f906e3187f
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ jobs:
echo 'Type=oneshot' >> test.service
echo 'WorkingDirectory=/home/user' >> test.service
echo 'TimeoutStopSec=1' >> test.service
echo 'Environment=XDG_RUNTIME_DIR=/home/user' >> test.service
echo 'ExecStart=/usr/local/bin/out-of-tree kernel autogen --max=1' >> test.service
echo 'ExecStart=/usr/local/bin/out-of-tree pew' >> test.service