mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 17:16:38 +08:00
tests: add ffmpeg installation step to lint workflow
This commit is contained in:
parent
2cdc27475f
commit
19fda46f4b
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user