[ios] Run configure.sh for clean builds

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-08-05 10:16:31 +00:00
parent 68d1ead44c
commit ae0ef4d3f8
4 changed files with 14 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ jobs:
shell: bash
run: git submodule update --depth 1 --init --recursive --jobs=$(($(sysctl -n hw.logicalcpu) * 20))
- name: Configure repository
shell: bash
run: ./configure.sh
- name: Configure XCode cache
uses: irgaly/xcode-cache@v1
with: