0

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
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

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