From 361d162a270105039034435a5bf2cda015fa9e69 Mon Sep 17 00:00:00 2001 From: Maxime Gervais Date: Fri, 22 Mar 2024 23:30:18 +0100 Subject: [PATCH] CI: Pin to ffmpeg release 6.1 for Windows CI Signed-off-by: Maxime Gervais --- .github/workflows/dvrescue-gui.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dvrescue-gui.yml b/.github/workflows/dvrescue-gui.yml index 2bd61b65..ef567177 100644 --- a/.github/workflows/dvrescue-gui.yml +++ b/.github/workflows/dvrescue-gui.yml @@ -513,8 +513,8 @@ jobs: shell: cmd run: | cd .. - xidel https://github.com/BtbN/FFmpeg-Builds/releases -e "//a[contains(@href, '-gpl-shared.zip')]/@href[1]" --silent > ffmpeg.url - xidel https://github.com/BtbN/FFmpeg-Builds/releases -e "(//a[contains(@href, '-gpl-shared.zip')])[1]/substring(., 0, string-length(.) - 3)" --silent > ffmpeg.name + xidel https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest -e "//a[contains(@href, '-gpl-shared-6.1.zip')]/@href[1]" --silent > ffmpeg.url + xidel https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest -e "(//a[contains(@href, '-gpl-shared-6.1.zip')])[1]/substring(., 0, string-length(.) - 3)" --silent > ffmpeg.name set /P FFMPEG_URL=< ffmpeg.url set /P FFMPEG_NAME=< ffmpeg.name wget https://github.com%FFMPEG_URL% @@ -614,8 +614,8 @@ jobs: shell: cmd run: | cd .. - xidel https://github.com/BtbN/FFmpeg-Builds/releases -e "//a[contains(@href, '-gpl-shared.zip')]/@href[1]" --silent > ffmpeg.url - xidel https://github.com/BtbN/FFmpeg-Builds/releases -e "(//a[contains(@href, '-gpl-shared.zip')])[1]/substring(., 0, string-length(.) - 3)" --silent > ffmpeg.name + xidel https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest -e "//a[contains(@href, '-gpl-shared-6.1.zip')]/@href[1]" --silent > ffmpeg.url + xidel https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest -e "(//a[contains(@href, '-gpl-shared-6.1.zip')])[1]/substring(., 0, string-length(.) - 3)" --silent > ffmpeg.name set /P FFMPEG_URL=< ffmpeg.url set /P FFMPEG_NAME=< ffmpeg.name wget https://github.com%FFMPEG_URL% @@ -716,8 +716,8 @@ jobs: shell: cmd run: | cd .. - xidel https://github.com/BtbN/FFmpeg-Builds/releases -e "//a[contains(@href, '-gpl-shared.zip')]/@href[1]" --silent > ffmpeg.url - xidel https://github.com/BtbN/FFmpeg-Builds/releases -e "(//a[contains(@href, '-gpl-shared.zip')])[1]/substring(., 0, string-length(.) - 3)" --silent > ffmpeg.name + xidel https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest -e "//a[contains(@href, '-gpl-shared-6.1.zip')]/@href[1]" --silent > ffmpeg.url + xidel https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest -e "(//a[contains(@href, '-gpl-shared-6.1.zip')])[1]/substring(., 0, string-length(.) - 3)" --silent > ffmpeg.name set /P FFMPEG_URL=< ffmpeg.url set /P FFMPEG_NAME=< ffmpeg.name wget https://github.com%FFMPEG_URL% @@ -816,8 +816,8 @@ jobs: shell: cmd run: | cd .. - xidel https://github.com/BtbN/FFmpeg-Builds/releases -e "//a[contains(@href, '-gpl-shared.zip')]/@href[1]" --silent > ffmpeg.url - xidel https://github.com/BtbN/FFmpeg-Builds/releases -e "(//a[contains(@href, '-gpl-shared.zip')])[1]/substring(., 0, string-length(.) - 3)" --silent > ffmpeg.name + xidel https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest -e "//a[contains(@href, '-gpl-shared-6.1.zip')]/@href[1]" --silent > ffmpeg.url + xidel https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest -e "(//a[contains(@href, '-gpl-shared-6.1.zip')])[1]/substring(., 0, string-length(.) - 3)" --silent > ffmpeg.name set /P FFMPEG_URL=< ffmpeg.url set /P FFMPEG_NAME=< ffmpeg.name wget https://github.com%FFMPEG_URL%