Update ffmpeg.yml
This commit is contained in:
parent
8cd96d2a1e
commit
5fce763b97
19
.github/workflows/ffmpeg.yml
vendored
19
.github/workflows/ffmpeg.yml
vendored
@ -68,23 +68,14 @@ jobs:
|
||||
refId: master
|
||||
config: ${{ inputs.config }}
|
||||
|
||||
libogg:
|
||||
liboggvorbis:
|
||||
runs-on: ${{ inputs.system }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/libogg
|
||||
- uses: ./.github/actions/liboggvorbis
|
||||
with:
|
||||
refId: v1.3.5
|
||||
config: ${{ inputs.config }}
|
||||
|
||||
libvorbis:
|
||||
runs-on: ${{ inputs.system }}
|
||||
needs: [libogg]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/libvorbis
|
||||
with:
|
||||
refId: v1.3.7
|
||||
libogg_refId: v1.3.5
|
||||
libvorbis_refId: v1.3.7
|
||||
config: ${{ inputs.config }}
|
||||
|
||||
libsvtav1:
|
||||
@ -189,7 +180,7 @@ jobs:
|
||||
|
||||
ffmpeg:
|
||||
runs-on: ${{ inputs.system }}
|
||||
needs: [libvpl,libopus,libsvtav1,libsnappy,libmp3lame,libzimg,libogg,libvorbis,libx264,libx265,libfdkaac,libvpx]
|
||||
needs: [libvpl,libopus,libsvtav1,libsnappy,libmp3lame,libzimg,liboggvorbis,libx264,libx265,libfdkaac,libvpx]
|
||||
steps:
|
||||
- name: Set up MSYS2
|
||||
uses: msys2/setup-msys2@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user