From ebd30818a2d70cdfd0a26058b1d828f1260c23e9 Mon Sep 17 00:00:00 2001 From: x7z4w Date: Sat, 20 Sep 2025 14:04:08 +0200 Subject: [PATCH] revert Signed-off-by: x7z4w --- .github/workflows/android-check.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/android-check.yaml b/.github/workflows/android-check.yaml index af3d162cc..7930b9a4d 100644 --- a/.github/workflows/android-check.yaml +++ b/.github/workflows/android-check.yaml @@ -26,6 +26,10 @@ jobs: shell: bash run: git submodule update --depth 1 --init --recursive --jobs=$(($(nproc) * 20)) + - name: Configure repository + shell: bash + run: ./configure.sh + - name: Lint shell: bash working-directory: android