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:
parent
c63d914255
commit
b875d88d4b
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user