Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-08-03 19:29:11 +00:00
parent 7469b0ecb4
commit c31d3b6926

View File

@@ -37,13 +37,17 @@ on:
jobs:
lint:
name: Android Lint
container:
image: runmymind/docker-android-sdk:latest
runs-on: ubuntu-latest
container:
image: runmymind/docker-android-sdk:latest
steps:
- name: Parallel submodules checkout
- name: Install Node.JS
shell: bash
run: apt-get install
run: |
apt-get update -y
apt-get install -y nodejs
- name: Checkout sources
uses: actions/checkout@v4
@@ -83,7 +87,7 @@ jobs:
shell: bash
run: |
apt-get update -y
apt-get install -y cmake ninja-build
apt-get install -y cmake ninja-build nodejs
- name: Checkout sources
uses: https://github.com/actions/checkout@v4