From 8f8c905d9e12191d793b54481ce347ec21b4440e Mon Sep 17 00:00:00 2001 From: x7z4w Date: Sun, 21 Sep 2025 18:52:01 +0200 Subject: [PATCH] try Signed-off-by: x7z4w --- .github/workflows/android-check.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-check.yaml b/.github/workflows/android-check.yaml index 7930b9a4d..ebe3e1482 100644 --- a/.github/workflows/android-check.yaml +++ b/.github/workflows/android-check.yaml @@ -13,9 +13,6 @@ 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 @@ -26,6 +23,12 @@ jobs: shell: bash run: git submodule update --depth 1 --init --recursive --jobs=$(($(nproc) * 20)) + - name: Install protobuf + shell: bash + run: | + sudo apt-get update -y + sudo apt-get install -y python3-protobuf + - name: Configure repository shell: bash run: ./configure.sh