Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
639a4e95
"vscode:/vscode.git/clone" did not exist on "627c37a9e7f98ae9f6d9ff981dcae0f83f77d731"
Unverified
Commit
639a4e95
authored
Jan 07, 2024
by
moto
Committed by
GitHub
Jan 07, 2024
Browse files
Update ffmpeg binary versions (#3721)
parent
258169e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.github/workflows/ffmpeg.yml
.github/workflows/ffmpeg.yml
+4
-4
No files found.
.github/workflows/ffmpeg.yml
View file @
639a4e95
...
...
@@ -17,7 +17,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
ffmpeg_version
:
[
"
4.4.4"
,
"
5.
0.3
"
,
"
6.
0
"
]
ffmpeg_version
:
[
"
4.4.4"
,
"
5.
1.4
"
,
"
6.
1.1
"
]
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@main
with
:
job-name
:
Build
...
...
@@ -38,7 +38,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
ffmpeg_version
:
[
"
4.4.4"
,
"
5.
0.3
"
,
"
6.
0
"
]
ffmpeg_version
:
[
"
4.4.4"
,
"
5.
1.4
"
,
"
6.
1.1
"
]
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@main
with
:
job-name
:
Build
...
...
@@ -61,7 +61,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
ffmpeg_version
:
[
"
4.4.4"
,
"
5.
0.3
"
,
"
6.
0
"
]
ffmpeg_version
:
[
"
4.4.4"
,
"
5.
1.4
"
,
"
6.
1.1
"
]
runner
:
[
"
macos-m1-12"
,
"
macos-12"
]
uses
:
pytorch/test-infra/.github/workflows/macos_job.yml@main
with
:
...
...
@@ -84,7 +84,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
ffmpeg_version
:
[
"
4.4.4"
,
"
5.
0.3
"
,
"
6.
0
"
]
ffmpeg_version
:
[
"
4.4.4"
,
"
5.
1.4
"
,
"
6.
1.1
"
]
uses
:
pytorch/test-infra/.github/workflows/windows_job.yml@main
with
:
job-name
:
Build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment