File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- name : test-macos
1+ name : test-linux
22on : push
33jobs :
44 cmd-tests :
5- name : test-macos
6- runs-on : macos -latest
5+ name : test-linux
6+ runs-on : ubuntu -latest
77 steps :
8- - run : curl https://github.com/yt-dlp/yt-dlp/releases/download/2025.08.20/yt-dlp_macos -o yt-dlp_macos --location
9- - run : chmod 777 yt-dlp_macos
10- - run : ./yt-dlp_macos --verbose --update-to nightly
11- - run : ./yt-dlp_macos --verbose --update-to master
12- - run : ./yt-dlp_macos --verbose --update-to stable
8+ - run : curl https://github.com/yt-dlp/yt-dlp/releases/download/2025.08.20/yt-dlp_linux -o yt-dlp_linux --location
9+ - run : chmod 777 yt-dlp_linux
10+ - run : ./yt-dlp_linux --verbose --update-to nightly
11+ - run : ./yt-dlp_linux --verbose --update-to master
12+ - run : ./yt-dlp_linux --verbose --update-to stable
You can’t perform that action at this time.
0 commit comments