From f700041cff22570dacf753a6c72c0261c55d3d82 Mon Sep 17 00:00:00 2001 From: dgtlrift Date: Tue, 14 Jan 2020 15:26:37 -0500 Subject: [PATCH] Update actions to include submodule checkout --- .github/workflows/ccpp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 30e023d2a..5209c6a19 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Checkout submodules + uses: textbook/git-checkout-submodule-action@2.0.0 - name: make run: cd src && make -d V=1 - name: make check