From 9b972e5d9205d3172c0d0eba390d861430054105 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Thu, 11 Apr 2024 15:32:20 -0600 Subject: [PATCH] actions: band-aid submodule issue --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index f106a3aac..763732ee5 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -14,7 +14,7 @@ jobs: - name: Clone repository uses: actions/checkout@v3 - name: Clone submodules - run: git submodule update --init --recursive + run: git submodule update --init --recursive --remote - name: Set up JDK 17 uses: actions/setup-java@v3 with: