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