Revert "docker2"

This reverts commit 5b3e327ff8.
This commit is contained in:
x7z4w
2025-08-03 19:26:56 +00:00
parent 2b78118310
commit 7469b0ecb4

View File

@@ -38,7 +38,13 @@ jobs:
lint:
name: Android Lint
runs-on: ubuntu-latest
container:
image: runmymind/docker-android-sdk:latest
steps:
- name: Parallel submodules checkout
shell: bash
run: apt-get install
- name: Checkout sources
uses: actions/checkout@v4
with:
@@ -49,7 +55,6 @@ jobs:
run: git submodule update --depth 1 --init --recursive --jobs=$(($(nproc) * 20))
- name: Lint
uses: docker://runmymind/docker-android-sdk:latest
shell: bash
working-directory: android
run: ./gradlew -Pandroidauto=true lint
@@ -57,6 +62,8 @@ jobs:
android-check:
name: Build Android Debug
runs-on: ubuntu-latest
container:
image: runmymind/docker-android-sdk:latest
strategy:
fail-fast: false
matrix:
@@ -93,7 +100,6 @@ jobs:
key: ${{ github.workflow }}-${{ matrix.flavor }}
- name: Compile ${{ matrix.flavor }}
uses: docker://runmymind/docker-android-sdk:latest
shell: bash
working-directory: android
env: