diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 1efc341fd8f69..1c6ce7efd425a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -45,6 +45,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + submodules: recursive - name: Build run: | docker build -f .github/dockerfiles/Dockerfile.clang .