Skip to main content

.github: fix installation of ffprobe

ID
811a772
date
2026-02-28 09:15:52+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
6c1cb05
message
.github: fix installation of ffprobe

The binary has moved to a different server; ensure curl follows the redirect.
changed files
1 file, 1 addition, 1 deletion

Changed files

.github/workflows/test.yml (2228) → .github/workflows/test.yml (2239)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f663f05..7715238 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
 
     - name: Install ffprobe
       run: |
-        curl -O https://evermeet.cx/ffmpeg/ffprobe-8.0.1.7z
+        curl --location -O https://evermeet.cx/ffmpeg/ffprobe-8.0.1.7z
         tar -xzf ffprobe-8.0.1.7z --directory /usr/local/bin
         chmod +x /usr/local/bin/ffprobe
         which ffprobe