Update step name, skip map download for android

Signed-off-by: David Gekeler <git@davidgekeler.eu>
This commit is contained in:
David Gekeler
2025-05-25 11:52:28 +02:00
committed by gekeleda
parent f22abdf64d
commit b669aea415
2 changed files with 5 additions and 5 deletions

View File

@@ -22,9 +22,9 @@ jobs:
shell: bash
run: git submodule update --depth 1 --init --recursive --jobs=$(($(nproc) * 20))
- name: Configure repository
- name: Init boost, generate textures
shell: bash
run: ./configure.sh
run: ./configure.sh --skip-map-download
- name: Lint
shell: bash
@@ -76,9 +76,9 @@ jobs:
shell: bash
run: git submodule update --depth 1 --init --recursive --jobs=$(($(nproc) * 20))
- name: Configure repository
- name: Init boost, generate textures
shell: bash
run: ./configure.sh
run: ./configure.sh --skip-map-download
- name: Configure ccache
uses: hendrikmuhs/ccache-action@v1.2

View File

@@ -38,7 +38,7 @@ jobs:
shell: bash
run: git submodule update --depth 1 --init --recursive --jobs=$(($(sysctl -n hw.logicalcpu) * 20))
- name: Configure repository
- name: Init boost, download World map, generate textures
shell: bash
run: ./configure.sh