Browse Source

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

pull/2987/head
Gabe Kangas 3 years ago
parent
commit
5e6f5b3f66
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 3
      .github/workflows/releases-upgrades-tests.yml

3
.github/workflows/releases-upgrades-tests.yml

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

Loading…
Cancel
Save