Update ffmpeg.yml

This commit is contained in:
Daniel Stankewitz 2022-03-21 09:56:58 +01:00 committed by GitHub
parent 38e83a336b
commit 3313bd3c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up MSYS2 - name: Set up MSYS2
uses: msys2/setup-msys2@v2 uses: msys2/setup-msys2@v2
with: with:
install: base-devel binutils mingw-w64-x86_64-cmake pkg-config git install: base-devel binutils mingw-w64-x86_64-cmake pkg-config git nasm
path-type: inherit path-type: inherit
- name: Clone FFmpeg 5.0 - name: Clone FFmpeg 5.0
run: | run: |