WIP: Build libjpeg-turbo, OpenSSL, OpenBLAS, and FFmpeg packages using MSYS2 MinGW toolchain #16
This file contains 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: Build MinGW FFmpeg using MSYS2 toolchain | ||
on: | ||
pull_request: | ||
workflow_dispatch: | ||
inputs: | ||
mingw_packages_branch: | ||
description: "MINGW-packages branch to build" | ||
type: string | ||
required: false | ||
default: "woarm64" | ||
jobs: | ||
mingw-w64-ffmpeg: | ||
uses: ./.github/workflows/build-package.yml | ||
with: | ||
package_name: mingw-w64-ffmpeg | ||
packages_repository: Windows-on-ARM-Experiments/MINGW-packages | ||
packages_branch: ${{ github.event.inputs.mingw_packages_branch || 'woarm64' }} | ||
cross_compile: true | ||
Check failure on line 20 in .github/workflows/ffmpeg.yml GitHub Actions / Build MinGW FFmpeg using MSYS2 toolchainInvalid workflow file
|