Skip to content

Commit c3a7888

Browse files
committedOct 14, 2024
install python with apt-get
1 parent c2fea94 commit c3a7888

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/releaseplaylists.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
run: |
2929
sudo apt-get install ffmpeg -y
3030
31+
- name: Install FFMEG
32+
run: |
33+
sudo apt-get install python3
34+
35+
3136
- name: Get youtube-dl
3237
run: |
3338
sudo pip3 install --upgrade --force-reinstall "git+https://github.com/ytdl-org/youtube-dl.git"

0 commit comments

Comments
 (0)
Please sign in to comment.