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 37e290a commit 71ff839Copy full SHA for 71ff839
.github/workflows/test-arm64-builds.yml
@@ -1,15 +1,6 @@
1
name: test-arm64
2
on: push
3
jobs:
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
9
- - run: cmd /c yt-dlp_arm64.exe --version
10
- - run: cmd /c yt-dlp_arm64.exe --verbose
11
- - run: cmd /c yt-dlp_arm64.exe --verbose https://tryitands.ee/tias.mp4 --exec del
12
- - run: cmd /c yt-dlp_arm64.exe --verbose https://tryitands.ee/tias.mp4 --impersonate chrome
13
pwsh-tests:
14
name: test-arm64-on-pwsh
15
runs-on: windows-11-arm
0 commit comments