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 f46f620 commit 79e5a28Copy full SHA for 79e5a28
1 file changed
.github/workflows/rust.yml
@@ -25,6 +25,9 @@ jobs:
25
- name: Install FFmpeg
26
run: brew install ffmpeg
27
28
+ - name: Install yt-dlp
29
+ run: brew install yt-dlp
30
+
31
- name: Install Rust
32
uses: dtolnay/rust-toolchain@stable
33
0 commit comments