Update ffmpeg.yml
This commit is contained in:
parent
8cd96d2a1e
commit
5fce763b97
21
.github/workflows/ffmpeg.yml
vendored
21
.github/workflows/ffmpeg.yml
vendored
@ -68,25 +68,16 @@ jobs:
|
|||||||
refId: master
|
refId: master
|
||||||
config: ${{ inputs.config }}
|
config: ${{ inputs.config }}
|
||||||
|
|
||||||
libogg:
|
liboggvorbis:
|
||||||
runs-on: ${{ inputs.system }}
|
runs-on: ${{ inputs.system }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ./.github/actions/libogg
|
- uses: ./.github/actions/liboggvorbis
|
||||||
with:
|
with:
|
||||||
refId: v1.3.5
|
libogg_refId: v1.3.5
|
||||||
|
libvorbis_refId: v1.3.7
|
||||||
config: ${{ inputs.config }}
|
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 }}
|
|
||||||
|
|
||||||
libsvtav1:
|
libsvtav1:
|
||||||
runs-on: ${{ inputs.system }}
|
runs-on: ${{ inputs.system }}
|
||||||
steps:
|
steps:
|
||||||
@ -189,7 +180,7 @@ jobs:
|
|||||||
|
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
runs-on: ${{ inputs.system }}
|
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:
|
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