Skip to content

Commit

Permalink
build.yml: add FFmpeg 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zmwangx committed Oct 3, 2020
1 parent a62e1e7 commit 40bf77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: jrottenberg/ffmpeg:${{ matrix.ffmpeg_version }}-ubuntu
strategy:
matrix:
ffmpeg_version: ['3.4', '4.0', '4.1', '4.2', '4.3']
ffmpeg_version: ['3.3', '3.4', '4.0', '4.1', '4.2', '4.3']
fail-fast: false
env:
FEATURES: avcodec,avdevice,avfilter,avformat,postproc,swresample,swscale
Expand Down

0 comments on commit 40bf77d

Please sign in to comment.