Update deploy.yml

This commit is contained in:
Shahzain Ali 2022-12-09 03:06:16 +05:00 committed by GitHub
parent 216efd74bf
commit 2ef7813219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,7 +215,7 @@ Build-IOS-cmake:
export QT_IOS_BIN=$QT_BIN_DIR
export PATH=$PATH:~/go/bin
mkdir build-ios
${{ env.QT_IOS_BIN }}/qt-cmake . -B build-ios -GXcode
${{ QT_IOS_BIN }}/qt-cmake . -B build-ios -GXcode
# ------------------------------------------------------