[ci] Fix android lint

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-09-20 11:44:24 +02:00
committed by jeanbaptisteC
parent 0ef547daa6
commit 3f6a2d2927

View File

@@ -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