Skip to content

Commit 9bbe225

Browse files
committed
Work on GitHub CI
1 parent 6b92211 commit 9bbe225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/builds_mobile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ jobs:
141141
-DCMAKE_BUILD_TYPE=Release \
142142
-DCMAKE_FIND_ROOT_PATH:PATH=${{ env.QT_TARGET_PATH }} \
143143
-DCMAKE_PREFIX_PATH:PATH=${{ env.QT_TARGET_PATH }} \
144-
-DQT_HOST_PATH:PATH=${{ nv.QT_HOST_PATH }} \
144+
-DQT_HOST_PATH:PATH=${{ env.QT_HOST_PATH }} \
145145
-DCMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED="NO"
146146
cmake --build build/ --config Release -- CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)