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