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