fix(tests): install ffmpeg in releases+upgrades automated test

This commit is contained in:
Gabe Kangas
2023-05-03 14:28:38 -07:00
parent 0eb8530bb9
commit 5e6f5b3f66

View File

@@ -18,6 +18,9 @@ jobs:
with:
version: 'latest'
- name: Install ffmpeg
run: sudo apt-get install ffmpeg
- name: Earthly version
run: earthly --version