Revert "docker3"

This reverts commit 70622bdca0.
This commit is contained in:
x7z4w
2025-08-03 19:26:04 +00:00
parent 70622bdca0
commit 2b78118310

View File

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