From 3b1b66b68a82feb6c44d02cbb2d740e6ac72b51c Mon Sep 17 00:00:00 2001 From: Zoldorf Date: Mon, 21 Mar 2022 15:54:01 -0600 Subject: [PATCH] Update build-test.yml --- .github/workflows/build-test.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index e38ac9dddf..f311cb7f0a 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -63,9 +63,15 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - submodules: true - + - name: Setup submodule + run: | + git submodule update --init --recursive + - name: Pull engine updates + uses: space-wizards/submodule-dependency@v0.1.5 + - name: Update Engine Submodules + run: | + cd RobustToolbox/ + git submodule update --init --recursive - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: