Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-09-21 18:52:01 +02:00
committed by jeanbaptisteC
parent ebd30818a2
commit 8f8c905d9e

View File

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