diff --git a/.github/workflows/android-check.yaml b/.github/workflows/android-check.yaml index ea140f9e3..a89939d8e 100644 --- a/.github/workflows/android-check.yaml +++ b/.github/workflows/android-check.yaml @@ -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 diff --git a/.github/workflows/ios-check.yaml b/.github/workflows/ios-check.yaml index 9ee11aee0..966a1fcf7 100644 --- a/.github/workflows/ios-check.yaml +++ b/.github/workflows/ios-check.yaml @@ -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