Skip to content

update scripts

update scripts #93

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
uses: ./.github/workflows/_matrix.yml
with:
disable_upload: true
continue-on-error: true

Check failure on line 37 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: 37, Col: 5): Unexpected value 'continue-on-error'