Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2023-02-03 06:19:29 +03:00
parent c784cb81cd
commit afae713136

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