1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-16 17:38:29 +00:00

improve arm64 verify step

Authored by: bashonly
This commit is contained in:
bashonly 2025-08-13 12:00:45 -05:00
parent c63d914255
commit b875d88d4b
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -454,7 +454,8 @@ jobs:
vars.UPDATE_TO_VERIFICATION && matrix.arch == 'arm64'
run: |
foreach ($name in @("yt-dlp${{ matrix.suffix }}")) {
& "./dist/${name}.exe" -v || true
& "./dist/${name}.exe" -v --print-traffic --impersonate chrome "https://tls.browserleaks.com/json" -o ./resp.json
& cat ./resp.json
& "./dist/${name}.exe" --version
}