fixed x264

This commit is contained in:
Daniel Stankewitz 2022-07-14 10:30:28 +02:00
parent acf3df4ff3
commit 30c24bd34a

View File

@ -171,7 +171,7 @@ jobs:
runs-on: ${{ inputs.env }} runs-on: ${{ inputs.env }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: ./.github/actions/libfdkaac - uses: ./.github/actions/libx264
with: with:
env: ${{ inputs.env }} env: ${{ inputs.env }}
config: ${{ inputs.config }} config: ${{ inputs.config }}