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