Skip to content

.github/workflows/build.yml #3

.github/workflows/build.yml

.github/workflows/build.yml #3

Workflow file for this run

on:
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get update
sudo apt-get install -y subversion ragel curl texinfo g++ ed bison flex cvs yasm automake libtool autoconf gcc cmake git make pkg-config zlib1g-dev unzip pax nasm gperf autogen bzip2 autoconf-archive p7zip-full meson clang python3-distutils python-is-python3
- run: |
./cross_compile_ffmpeg.sh
- uses: actions/upload-artifact@v3
with:
name: ffmpeg
path: sandbox/cross_compilers/mingw-w64-x86_64/x86_64-w64-mingw32/bin/ffmpeg.exe