composition
This commit is contained in:
11
.github/workflows/ffmpeg.yml
vendored
11
.github/workflows/ffmpeg.yml
vendored
@ -110,10 +110,13 @@ env:
|
||||
|
||||
jobs:
|
||||
libvpl:
|
||||
uses: ./.github/workflows/libvpl.yml
|
||||
with:
|
||||
env: ${{ inputs.env }}
|
||||
config: ${{ inputs.config }}
|
||||
runs-on: ${{ inputs.env }}
|
||||
steps:
|
||||
- id: libvpl
|
||||
uses: ./.github/workflows/libvpl.yml
|
||||
with:
|
||||
env: ${{ inputs.env }}
|
||||
config: ${{ inputs.config }}
|
||||
|
||||
liboggvorbis:
|
||||
uses: ./.github/workflows/liboggvorbis.yml
|
||||
|
Reference in New Issue
Block a user