We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047f845 commit cb9f404Copy full SHA for cb9f404
.github/workflows/unit-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Install Dependencies
14
run: |
15
sudo apt-get install -y python3-pip
16
- pip install youtube-dl
+ pip install yt-dlp
17
18
- name: Install stable toolchain
19
uses: actions-rs/toolchain@v1
0 commit comments