mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-22 02:28:35 +01:00
fix(ci): pull submodule when checkout
This commit is contained in:
parent
2bdf1a5273
commit
19aed9611f
1 changed files with 2 additions and 0 deletions
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 a new issue