Actually make build step run

This commit is contained in:
BtbN 2022-06-13 00:32:46 +02:00
parent 7f6eef0e5f
commit 76aacb4b85
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ jobs:
cache-from: type=registry,ref=${{ steps.imagename.outputs.name }}:cache
build_ffmpeg:
name: Build ffmpeg
if: ${{ github.event.inputs.buildOnly == 'true' || success() }}
needs: build_targets
runs-on: ubuntu-latest
strategy: