diff --git a/.circleci/config.yml b/.circleci/config.yml index 00a084d2..7dd31cac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 97e1bdef..49207107 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -33,6 +33,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + submodules: true - uses: pnpm/action-setup@v2.2.4 with: