From ec85a8bf706c98ede3368fae68bb1c10ea25398c Mon Sep 17 00:00:00 2001 From: Michael Enion Date: Wed, 21 Dec 2022 13:44:12 -0800 Subject: [PATCH] Update github workflow to include submodules --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b1c917..853437a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: 'true' # Substitute the Manifest and Download URLs in the module.json - name: Substitute Manifest and Download Links For Versioned Ones