This commit is contained in:
Fangjun Kuang
2024-11-08 21:07:36 +08:00
committed by GitHub
parent f94cca71cf
commit f97daed408
3 changed files with 15 additions and 4 deletions

View File

@@ -43,6 +43,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build iOS shared
if: matrix.with_tts == 'ON'
shell: bash
run: |
export CMAKE_VERBOSE_MAKEFILE=ON
./build-ios-shared.sh
- name: Build iOS
if: matrix.with_tts == 'ON'
shell: bash