diff --git a/.github/workflows/android-check.yaml b/.github/workflows/android-check.yaml index 9ba4c99c6..af3d162cc 100644 --- a/.github/workflows/android-check.yaml +++ b/.github/workflows/android-check.yaml @@ -13,6 +13,9 @@ jobs: lint: name: Android Lint runs-on: ubuntu-latest + env: + SKIP_GENERATE_SYMBOLS: true + SKIP_GENERATE_DRULES: true steps: - name: Checkout sources uses: actions/checkout@v4 @@ -23,10 +26,6 @@ jobs: shell: bash run: git submodule update --depth 1 --init --recursive --jobs=$(($(nproc) * 20)) - - name: Configure repository - shell: bash - run: SKIP_GENERATE_SYMBOLS=1 ./configure.sh - - name: Lint shell: bash working-directory: android