We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea85d5 commit 04e50abCopy full SHA for 04e50ab
.github/workflows/test-arm64-builds.yml
@@ -0,0 +1,10 @@
1
+name: test-arm64
2
+on: push
3
+jobs:
4
+ tests:
5
+ name: test-arm64
6
+ runs-on: windows-11-arm
7
+ steps:
8
+ - run: curl https://github.com/bashonly/yt-dlp/releases/download/winarm64/yt-dlp_arm64.exe -o yt-dlp_arm64.exe
9
+ - run: yt-dlp_arm64.exe --verbose https://tryitands.ee/tias.mp4 --exec del
10
+ - run: yt-dlp_arm64.exe --verbose https://tryitands.ee/tias.mp4 --impersonate chrome
0 commit comments