mirror of https://github.com/Free-TV/IPTV
Actions: prefix apt-get call with sudo
parent
443ddc7f9f
commit
1bdafa1a55
|
@ -46,6 +46,6 @@ jobs:
|
|||
run: |
|
||||
npm install -g iptv-checker || true
|
||||
mkdir -p output
|
||||
apt-get install -y ffmpeg
|
||||
sudo apt-get install -y ffmpeg
|
||||
iptv-checker -o output -p 100 -t 120000 ./playlist.m3u8
|
||||
|
||||
|
|
Loading…
Reference in New Issue