From f7d692c96d1727545d26183c21d0da921780e42b Mon Sep 17 00:00:00 2001 From: json Date: Wed, 22 Jan 2025 22:37:45 +0800 Subject: [PATCH] [22314] Rolled back remote specification setting --- .github/workflows/android_ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index edc31edf..5dbcb141 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -14,10 +14,9 @@ jobs: uses: actions/checkout@v3 with: submodules: true # This ensures submodules are also checked out - fetch-depth: 0 # Fetch all history to allow branch switching - name: Update submodules - run: git submodule update --init --recursive --remote + run: git submodule update --init --recursive - name: Set up JDK 17 uses: actions/setup-java@v3