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