Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk
2023-02-03 04:49:41 +03:00
parent 0a3e37c02e
commit b0e6cae177

View File

@@ -39,7 +39,12 @@ jobs:
# cluster_id: [1]
steps:
- uses: actions/checkout@v3
- uses: FedericoCarboni/setup-ffmpeg@v2
- name: Install ffmpeg
run: |
sudo apt-get update -y
sudo apt-get install -y ffmpeg
ffmpeg -version
ffprobe -version
- uses: actions/setup-node@v3
if: ${{ !env.ACT }}
with: