ci: init submodules (oops)

This commit is contained in:
Christopher Willis-Ford 2022-11-22 16:06:20 -08:00
parent 44bed7ecdf
commit 39507b4466

View file

@ -31,6 +31,7 @@ jobs:
- image: circleci/node:10-browsers # TODO: switch to cimg/node:* after upgrading gulp - image: circleci/node:10-browsers # TODO: switch to cimg/node:* after upgrading gulp
steps: steps:
- checkout - checkout
- run: git submodule update --init --recursive
- run: - run:
name: Setup name: Setup
command: | command: |