Skip to content

Commit 522c42c

Browse files
authored
Update test-arm64-builds.yml
1 parent 2e0b1ab commit 522c42c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
name: test-arm64
22
on: push
33
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 --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

0 commit comments

Comments
 (0)