w
This commit is contained in:
parent
d33975816b
commit
5ebc28516e
6
.github/workflows/e2e-windows.yml
vendored
6
.github/workflows/e2e-windows.yml
vendored
@ -187,9 +187,9 @@ jobs:
|
||||
if: always()
|
||||
shell: pwsh
|
||||
run: |
|
||||
$pid = Get-Content ffmpeg.pid -ErrorAction SilentlyContinue
|
||||
if ($pid) {
|
||||
Stop-Process -Id $pid -ErrorAction SilentlyContinue
|
||||
$ffmpeg-pid = Get-Content ffmpeg.pid -ErrorAction SilentlyContinue
|
||||
if ($ffmpeg-pid) {
|
||||
Stop-Process -Id $ffmpeg-pid -ErrorAction SilentlyContinue
|
||||
Start-Sleep -Seconds 2
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user