Skip to content

Commit

Permalink
add 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed Jul 5, 2023
1 parent 3880149 commit 5077376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
Linux-FFmpeg-LGPL:
strategy:
matrix:
ffmpeg_version: ["4.1.8", "5.0.3"]
ffmpeg_version: ["4.1.8", "5.0.3", "6.0"]
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
job-name: Build LGPL FFmpeg for Linux
upload-artifact: ffmpeg
upload-artifact: ffmpeg-linux-lgpl
repository: pytorch/audio
script: |
export FFMPEG_VERSION="${{ matrix.ffmpeg_version }}"
export FFMPEG_ROOT="${RUNNER_ARTIFACT_DIR}/ffmpeg_${FFMPEG_VERSION}"
export FFMPEG_ROOT="${RUNNER_ARTIFACT_DIR}/${FFMPEG_VERSION}"
./packaging/ffmpeg/build.sh

0 comments on commit 5077376

Please sign in to comment.