From d1a01cbaa258a5bd331cab1c3dfaad8a9eeb5e86 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Mon, 14 Sep 2020 21:25:25 +1000 Subject: [PATCH] ci: try using curl in actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e139be906..6938fdcef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Acquire FFmpeg # Acquires FFmpeg 4.2.3 from remote server - run: wget -c http://olivevideoeditor.org/deps/ffmpeg-win.7z + run: curl -fLOSs --retry 3 http://olivevideoeditor.org/deps/ffmpeg-win.7z - name: Configure CMake # Use a bash shell so we can use the same syntax for environment variable