Changing the set of highlights

This commit is contained in:
Dmitriy Karpushin 2023-01-18 11:36:16 +03:00
parent 41f2af8c4e
commit e149e32ce1

View file

@ -82,11 +82,6 @@ jobs:
set-env: 'true'
extra: '--external 7z'
- name: 'Preparations before getting sources'
run: |
echo Working dir:
pwd
- name: 'Get sources'
uses: actions/checkout@v3
with:
@ -96,8 +91,6 @@ jobs:
- name: 'Preparations before keystore fetching'
run: |
echo Working dir:
pwd
mkdir keystore
- name: 'Getting keystore'
@ -118,6 +111,8 @@ jobs:
- name: 'Build project'
run: |
pwd
export QT_HOST_PATH="${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/gcc_64"
export NDK_VERSION=23c
export ANDROID_NDK_PLATFORM=android-23