From fb6578d243face771ea421067d17fd673a9bcb5d Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Thu, 21 Mar 2024 17:50:39 +0800 Subject: [PATCH] chore: try to fix ci --- .github/workflows/build-apk.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index e5ccbdd..0786155 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -21,6 +21,9 @@ jobs: with: fetch-depth: 0 + - name: Checkout submodules + run: git submodule update --init --recursive + - name: Setup JDK 17 uses: actions/setup-java@v4 with: