Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-08-03 18:51:07 +00:00
parent 5b3e327ff8
commit 70622bdca0

View File

@@ -49,7 +49,7 @@ jobs:
run: git submodule update --depth 1 --init --recursive --jobs=$(($(nproc) * 20))
- name: Lint
uses: docker://runmymind/docker-android-sdk:latest
uses: docker://docker.io/runmymind/docker-android-sdk:latest
shell: bash
working-directory: android
run: ./gradlew -Pandroidauto=true lint
@@ -93,7 +93,7 @@ jobs:
key: ${{ github.workflow }}-${{ matrix.flavor }}
- name: Compile ${{ matrix.flavor }}
uses: docker://runmymind/docker-android-sdk:latest
uses: docker://docker.io/runmymind/docker-android-sdk:latest
shell: bash
working-directory: android
env: