mirror of
https://github.com/iptv-org/iptv
synced 2026-04-29 22:27:05 -04:00
Update auto-update.yml
This commit is contained in:
7
.github/workflows/auto-update.yml
vendored
7
.github/workflows/auto-update.yml
vendored
@@ -39,7 +39,12 @@ jobs:
|
|||||||
# cluster_id: [1]
|
# cluster_id: [1]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: FedericoCarboni/setup-ffmpeg@v2
|
- name: Install ffmpeg
|
||||||
|
run: |
|
||||||
|
sudo apt-get update -y
|
||||||
|
sudo apt-get install -y ffmpeg
|
||||||
|
ffmpeg -version
|
||||||
|
ffprobe -version
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
if: ${{ !env.ACT }}
|
if: ${{ !env.ACT }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user