mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
@@ -49,7 +49,7 @@ jobs:
|
|||||||
run: git submodule update --depth 1 --init --recursive --jobs=$(($(nproc) * 20))
|
run: git submodule update --depth 1 --init --recursive --jobs=$(($(nproc) * 20))
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
uses: docker://docker.io/runmymind/docker-android-sdk:latest
|
uses: docker://runmymind/docker-android-sdk:latest
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: android
|
working-directory: android
|
||||||
run: ./gradlew -Pandroidauto=true lint
|
run: ./gradlew -Pandroidauto=true lint
|
||||||
@@ -93,7 +93,7 @@ jobs:
|
|||||||
key: ${{ github.workflow }}-${{ matrix.flavor }}
|
key: ${{ github.workflow }}-${{ matrix.flavor }}
|
||||||
|
|
||||||
- name: Compile ${{ matrix.flavor }}
|
- name: Compile ${{ matrix.flavor }}
|
||||||
uses: docker://docker.io/runmymind/docker-android-sdk:latest
|
uses: docker://runmymind/docker-android-sdk:latest
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: android
|
working-directory: android
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user