mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-09-25 03:21:20 +02:00
Actions: prefix apt-get call with sudo
This commit is contained in:
@@ -46,6 +46,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm install -g iptv-checker || true
|
npm install -g iptv-checker || true
|
||||||
mkdir -p output
|
mkdir -p output
|
||||||
apt-get install -y ffmpeg
|
sudo apt-get install -y ffmpeg
|
||||||
iptv-checker -o output -p 100 -t 120000 ./playlist.m3u8
|
iptv-checker -o output -p 100 -t 120000 ./playlist.m3u8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user