From 5e9da43c930232f84c68b01b51b1b011815ecccf Mon Sep 17 00:00:00 2001 From: Francois Coppens Date: Tue, 21 Sep 2021 14:42:57 +0200 Subject: [PATCH] Added submodule support in workflow. --- .github/workflows/compile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index b9e33dd..05705be 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -24,6 +24,8 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 + with: + submodules: recursive # Runs a single command using the runners shell - name: Test compilation