chore: update the building script

This commit is contained in:
Qsaker 2023-11-26 01:40:17 +08:00
parent 49e520b6c4
commit db405416e2

View File

@ -33,7 +33,7 @@ jobs:
version: ${{ env.QT_VERSION }} version: ${{ env.QT_VERSION }}
- name: generate for ios - name: generate for ios
run: | run: |
${{ github.workspace }}/Qt/${{env.QT_VERSION}}/ios/bin/qt-cmake -G "MinGW Makefiles" -S . -B "build/ios" \ ${{ github.workspace }}/Qt/${{env.QT_VERSION}}/ios/bin/qt-cmake -G "Xcode" -S . -B "build/ios" \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DQT_HOST_PATH:PATH="${{ github.workspace }}\Qt\${{env.QT_VERSION}}\macos" -DQT_HOST_PATH:PATH="${{ github.workspace }}\Qt\${{env.QT_VERSION}}\macos"
- name: build for ios - name: build for ios