From 3a816e0414300987cf59ebddc9b0d016511a249c Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Tue, 7 Apr 2020 22:18:08 -0400 Subject: [PATCH] checkout submodule as well --- .github/workflows/ccpp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 1bf09c3a..db608c37 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@master + with: + submodules: true - name: build directory run: mkdir build && cd build - name: configure