Skip to content

Commit a1ba873

Browse files
committed
Fix FFmpeg versions for source build
1 parent 5b98275 commit a1ba873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_source_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ['3.9']
33-
ffmpeg-version: ['4.4.4', '5.1.4', '6.1.1', '7.0.1']
33+
ffmpeg-version: ['4.4.2', '5.1.2', '6.1.1', '7.0.1']
3434
steps:
3535
- name: Check out repo
3636
uses: actions/checkout@v3

0 commit comments

Comments
 (0)