mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-03-13 14:38:37 +01:00
fix(test) ffmpegをインストールするように
This commit is contained in:
parent
2e80c34397
commit
a3ba1ccb59
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-backend.yml
vendored
2
.github/workflows/test-backend.yml
vendored
|
@ -95,6 +95,8 @@ jobs:
|
|||
with:
|
||||
version: 8
|
||||
run_install: false
|
||||
- name: Install FFmpeg
|
||||
uses: FedericoCarboni/setup-ffmpeg@v3
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.0.2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue