From ae555dfe591769a1e347f8da24925ee7f94eee9b Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Mon, 10 May 2021 17:44:52 -0700 Subject: [PATCH] Update build.yml include externals in build --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e071e50b..5fcfb6d4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + submodules: recursive - name: Prepare ccache timestamp id: ccache_cache_timestamp shell: cmake -P {0}