diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index fc130fbf..dc2660e2 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -22,6 +22,4 @@ jobs: - name: 运行MediaServer run: pwd && cd release/linux/Debug && sudo ./MediaServer -d & - - name: 关闭MediaServer - run: sleep 3 && killall -2 MediaServer