From 570604a1a5481c3cffdef5bbae27f8af3b2cc460 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Mon, 14 Sep 2020 20:55:13 +1000 Subject: [PATCH] Update ci.yml ci: test dependency acquisition --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 608f8549b..be6b7ddd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,10 @@ jobs: # Some projects don't allow in-source building, so create a separate build directory # We'll use this as our working directory for all subsequent commands run: cmake -E make_directory ${{runner.workspace}}/build + + - name: Acquire FFmpeg: + # Acquires FFmpeg 4.2.3 from remote server + run: wget -c http://olivevideoeditor.org/deps/ffmpeg-win.7z - name: Configure CMake # Use a bash shell so we can use the same syntax for environment variable