Skip to content

Commit 79a2027

Browse files
author
amin
committed
update ci
1 parent 5a6c3b9 commit 79a2027

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ jobs:
8585
if: matrix.os == 'windows-latest'
8686
shell: powershell
8787
run: |
88+
if (Test-Path ffmpeg) {
89+
Remove-Item -Recurse -Force ffmpeg
90+
}
91+
8892
Invoke-WebRequest -Uri https://github.com/PHP-WebRTC/ffmpeg-builder/releases/download/v7.1.1/ffmpeg-win_amd64.tar.gz -OutFile ffmpeg.tar.gz
8993
mkdir ffmpeg
9094
tar -xzf ffmpeg.tar.gz -C ffmpeg
@@ -100,8 +104,6 @@ jobs:
100104
} else {
101105
Write-Host "ffmpeg.exe not found."
102106
}
103-
104-
105107
106108
- name: Check PHP and FFI status
107109
run: |

0 commit comments

Comments
 (0)