Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk
2023-02-03 06:19:29 +03:00
parent 4db935be57
commit 7b2d06f26f

View File

@@ -41,6 +41,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install ffmpeg
run: |
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get clean
sudo apt-get update -y
sudo apt-get install -y ffmpeg
ffmpeg -version