chore: update the building script

This commit is contained in:
Qsaker 2023-11-26 01:23:33 +08:00
parent 2dcddf449c
commit c80ff63dc0

View File

@ -31,6 +31,6 @@ jobs:
version: ${{ env.QT_VERSION }}
- name: build for macos
run: |
${{ github.workspace }}\Qt\${{env.QT_VERSION}}\ios\bin\qt-cmake -G "MinGW Makefiles" -S . -B "build/ios" -DCMAKE_BUILD_TYPE=Release
${{ github.workspace }}/Qt/${{env.QT_VERSION}}/macos/bin/qt-cmake -G "MinGW Makefiles" -S . -B "build/ios" -DCMAKE_BUILD_TYPE=Release
cmake --build "build/ios" --config Release --target StringAssistant
tree build/ios