File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11name : test-arm64
22on : push
33jobs :
4+ cmd-tests :
5+ name : test-arm64-on-cmd
6+ runs-on : windows-11-arm
7+ steps :
8+ - run : cmd /c curl https://github.com/bashonly/yt-dlp/releases/download/winarm64/yt-dlp_arm64.exe -o yt-dlp_arm64.exe --location
9+ - run : cmd /c yt-dlp_arm64.exe --version
10+ - run : cmd /c yt-dlp_arm64.exe --verbose https://tryitands.ee/tias.mp4 --exec del
11+ - run : cmd /c yt-dlp_arm64.exe --verbose https://tryitands.ee/tias.mp4 --impersonate chrome
412 pwsh-tests :
513 name : test-arm64-on-pwsh
614 runs-on : windows-11-arm
715 steps :
816 - run : curl https://github.com/bashonly/yt-dlp/releases/download/winarm64/yt-dlp_arm64.exe -o yt-dlp_arm64.exe --location
917 - run : ./yt-dlp_arm64.exe --version
10- - run : ./yt-dlp_arm64.exe --verbose
1118 - run : ./yt-dlp_arm64.exe --verbose https://tryitands.ee/tias.mp4 --exec del
12- - run : ./yt-dlp_arm64.exe --verbose https://tryitands.ee/tias.mp4 --impersonate chrome
19+ - run : ./yt-dlp_arm64.exe --verbose https://tryitands.ee/tias.mp4 --impersonate chrome
You can’t perform that action at this time.
0 commit comments