switch to ffprobe for health checks
This commit is contained in:
doms9 2026-01-31 02:27:25 -05:00
parent ec9a35b657
commit 00000d943e
3 changed files with 33 additions and 64 deletions

View file

@ -14,6 +14,11 @@ jobs:
with:
fetch-depth: 0
- name: Install FFmpeg
run: |
sudo apt-get update
sudo apt-get install ffmpeg -y
- name: Run health.sh
run: bash health.sh