Skip to content

Commit 79e5a28

Browse files
committed
build: add yt-dlp dependency
1 parent f46f620 commit 79e5a28

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install FFmpeg
2626
run: brew install ffmpeg
2727

28+
- name: Install yt-dlp
29+
run: brew install yt-dlp
30+
2831
- name: Install Rust
2932
uses: dtolnay/rust-toolchain@stable
3033

0 commit comments

Comments
 (0)