Correct way to set up QT_HOST_PATH variable

This commit is contained in:
Dmitriy Karpushin 2022-12-28 13:42:29 +03:00
parent 918aeb670e
commit 0206623c6f
2 changed files with 2 additions and 3 deletions

View file

@ -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}