mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-08 13:27:57 +00:00
9
.github/workflows/android-check.yaml
vendored
9
.github/workflows/android-check.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user