From da6c34b2fd5373ad90881be827eb0a79e03050a2 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Sun, 7 Apr 2024 12:34:34 +0200 Subject: [PATCH] android workflow: fetch submodules recursively (for libadrenotools) --- .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 03bf4ca06..09391757a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - submodules: true + submodules: recursive - uses: actions/setup-java@v4 with: