Install ffmpeg

This commit is contained in:
J. Fronny 2020-03-17 15:30:15 +01:00 committed by GitHub
parent 00e0f33a37
commit dcd300aae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ jobs:
- name: Build
id: base_init
run: |
choco install ffmpeg
python DownloadDataDepsInstall.py
python DownloadData.py
$(new-object System.Net.WebClient).DownloadFile("https://www.github.com/JFronny/UpTool2/releases/latest/download/Tools.zip", "$($(pwd).Path)\Tools.zip")