diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2d131f81..460fe33d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,6 +20,9 @@ jobs: with: go-version: ^1.23 + - name: Install ffmpeg + run: sudo apt-get update && sudo apt-get install -y ffmpeg + # When you execute your unit tests, make sure to use the "-coverprofile" flag to write a # coverage profile to a file. You will need the name of the file (e.g. "coverage.txt") # in the next step as well as the next job.