Update ccpp.yml

This commit is contained in:
夏楚 2019-11-14 15:26:35 +08:00 committed by GitHub
parent 2543ee01dc
commit 08ad39d005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,4 @@ jobs:
- name: 运行MediaServer - name: 运行MediaServer
run: pwd && cd release/linux/Debug && sudo ./MediaServer -d & run: pwd && cd release/linux/Debug && sudo ./MediaServer -d &
- name: 关闭MediaServer
run: sleep 3 && killall -2 MediaServer