Replace stale FFmpeg static build link with long-living ones (#16) #23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches: ["main", "master"] | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| build_test: | |
| uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@main | |
| lint: | |
| uses: membraneframework/membrane_actions/.github/workflows/lint.yml@main | |
| test: | |
| uses: membraneframework/membrane_actions/.github/workflows/test.yml@main |