Skip to content

Commit 4f95fa7

Browse files
committed
fixup! feat(clipper): use binary yt-dlp to enable updating yt-dlp dep independently
1 parent 231ebbf commit 4f95fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yt_clipper_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
cd ./bindeps
104104
mkdir -p yt-dlp/bin
105105
cd yt-dlp/bin
106-
curl -L ${{ matrix.yt-dlp_download_url }}
106+
curl -O -L ${{ matrix.yt-dlp_download_url }}
107107
108108
chmod -v +x *
109109

0 commit comments

Comments
 (0)