[CI] Remove obsolete install commands

Signed-off-by: David Gekeler <git@davidgekeler.eu>
This commit is contained in:
David Gekeler
2025-05-24 13:05:18 +02:00
committed by gekeleda
parent 9a3a7c3968
commit f22abdf64d
3 changed files with 0 additions and 15 deletions

View File

@@ -80,10 +80,6 @@ jobs:
shell: bash
run: ./configure.sh
- name: Generate symbols
shell: bash
run: ./tools/unix/generate_symbols.sh
- name: Configure ccache
uses: hendrikmuhs/ccache-action@v1.2
with:

View File

@@ -42,16 +42,6 @@ jobs:
shell: bash
run: ./configure.sh
- name: Download MWM files
shell: bash
run: |
wget https://cdn.comaps.app/maps/latest/World.mwm -P ./data/
wget https://cdn.comaps.app/maps/latest/WorldCoasts.mwm -P ./data/
- name: Generate symbols
shell: bash
run: ./tools/unix/generate_symbols.sh
- name: Configure XCode cache
uses: irgaly/xcode-cache@v1
with: