Update build.yml

This commit is contained in:
Daniel Stankewitz 2022-03-20 10:26:00 +01:00 committed by GitHub
parent f017fa549d
commit 5744c8a54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ jobs:
- name: Build FFmpeg
shell: wsl-bash {0}
run: |
sudo apt-get install git
git clone -q -b release/5.0 https://github.com/FFmpeg/FFmpeg.git ffmpeg
mkdir build
BUILD=$(realpath build)