From 2626fd05d7e5a6d063aad730f0461c911d1669af Mon Sep 17 00:00:00 2001 From: John Detter Date: Wed, 30 Oct 2024 23:56:27 +0000 Subject: [PATCH] Another update to git submodule --- .github/workflows/unity-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unity-test.yml b/.github/workflows/unity-test.yml index b049026..0b8f338 100644 --- a/.github/workflows/unity-test.yml +++ b/.github/workflows/unity-test.yml @@ -20,6 +20,7 @@ jobs: cd .. git config -f .gitmodules submodule.unity-tests~.url https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk git submodule sync + git submodule init git submodule update # Grab the branch name from the PR description. If it's not found, master will be used instead.