fix(actions/test/backend/unit): FFmpegバージョンを固定 (MisskeyIO#1000)
This commit is contained in:
parent
ebd8930aa6
commit
1bdff70ece
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-backend.yml
vendored
2
.github/workflows/test-backend.yml
vendored
|
@ -64,6 +64,8 @@ jobs:
|
|||
- name: Install FFmpeg
|
||||
uses: FedericoCarboni/setup-ffmpeg@v3
|
||||
id: setup-ffmpeg
|
||||
with:
|
||||
ffmpeg-version: 7.0.2
|
||||
- name: Save FFmpeg binary cache
|
||||
if: steps.setup-ffmpeg.outputs.cache-hit != 'true'
|
||||
uses: actions/cache/save@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue