Skip to content

update scripts

update scripts #92

Workflow file for this run

name: ffmpeg
on:
push:
branches:
- main
paths:
- '.github/matrix*.json'
- '.github/workflows/_matrix.yml'
- '.github/workflows/ffmpeg.yml'
- 'deps/ffmpeg'
- 'patches/ffmpeg/**'
- 'scripts/ffmpeg.sh'
- 'build.sh'
- 'env-*.sh'
- 'pkg-conf.sh'
pull_request:
branches:
- main
paths:
- '.github/matrix*.json'
- '.github/workflows/_matrix.yml'
- '.github/workflows/ffmpeg.yml'
- 'deps/ffmpeg'
- 'patches/ffmpeg/**'
- 'scripts/ffmpeg.sh'
- 'build.sh'
- 'env-*.sh'
- 'pkg-conf.sh'
jobs:
build:
# if: ${{ false }}
secrets: inherit
steps:

Check failure on line 34 in .github/workflows/ffmpeg.yml

View workflow run for this annotation

GitHub Actions / ffmpeg

Invalid workflow file

The workflow is not valid. .github/workflows/ffmpeg.yml (Line: 34, Col: 5): Unexpected value 'steps' .github/workflows/ffmpeg.yml (Line: 33, Col: 5): Required property is missing: uses
- uses: ./.github/workflows/_matrix.yml
with:
disable_upload: true
continue-on-error: true