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 7a1c252 commit 60158c8Copy full SHA for 60158c8
.github/workflows/test-arm64-builds.yml
@@ -6,6 +6,7 @@ jobs:
6
runs-on: macos-latest
7
steps:
8
- run: curl https://github.com/yt-dlp/yt-dlp/releases/download/2025.08.20/yt-dlp_macos -o yt-dlp_macos --location
9
+ - run: chmod 777 yt-dlp_macos
10
- run: ./yt-dlp_macos --verbose --update-to nightly
11
- run: ./yt-dlp_macos --verbose --update-to master
12
- run: ./yt-dlp_macos --verbose --update-to stable
0 commit comments