mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-27 14:28:59 +09:00
fix(ci): pull submodule when checkout
This commit is contained in:
parent
2bdf1a5273
commit
19aed9611f
2
.github/workflows/test-federation.yml
vendored
2
.github/workflows/test-federation.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
||||
node-version: [20.16.0]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
- name: Install FFmpeg
|
||||
|
Loading…
Reference in New Issue
Block a user