From 999ebc4cdb4e912720a7311f85e6910854538144 Mon Sep 17 00:00:00 2001 From: Fabio Belavenuto Date: Sat, 2 Jul 2022 13:02:45 -0300 Subject: [PATCH] Update main.yml wip --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a32af925..e1d4ef0c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,8 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 + with: + submodules: recursive # Runs a set of commands using the runners shell - name: Build img