This commit is contained in:
parent
7fdf18ff1b
commit
4836bd2944
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
export XDG_RUNTIME_DIR=/run/user/$(id -u)
|
export XDG_RUNTIME_DIR=/run/user/$(id -u)
|
||||||
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus
|
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus
|
||||||
|
systemctl --user stop chat
|
||||||
cp target/release/chat ~/chat/chat
|
cp target/release/chat ~/chat/chat
|
||||||
chmod +x ~/chat/chat
|
chmod +x ~/chat/chat
|
||||||
systemctl --user restart chat
|
systemctl --user start chat
|
||||||
Loading…
Add table
Add a link
Reference in a new issue