Submodule init for CI

This commit is contained in:
Core 2022-12-16 16:53:01 +00:00
parent 826cb3d331
commit b07876077d
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 4 additions and 0 deletions

View file

@ -33,6 +33,9 @@ jobs:
- run:
name: Clear node_airtunes2 cache
command: rm -rf ~/.pnpm-store/tmp/_tmp_1469292_a6751613e03842bf2a6fa9a4b21c3e28 || true
- run:
name: Initialize Submodules
command: git submodule update --init --recursive
- run:
name: Install Node Dependencies
command: pnpm install --frozen-lockfile

View file

@ -33,6 +33,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
- uses: pnpm/action-setup@v2.2.4
with: