Correct way to set up QT_HOST_PATH variable
This commit is contained in:
parent
918aeb670e
commit
0206623c6f
2 changed files with 2 additions and 3 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -278,6 +278,7 @@ jobs:
|
|||
|
||||
- name: 'Build project'
|
||||
run: |
|
||||
export QT_HOST_PATH="${{ runner.temp }}/Qt/${{ env.QT_VERSION }} //gcc_64"
|
||||
export NDK_VERSION=21d
|
||||
export ANDROID_NDK_PLATFORM=android-21
|
||||
export ANDROID_NDK_HOME=${{ runner.temp }}/android-ndk-r${NDK_VERSION}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue