mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Fixed missing sdkmanager in path
This commit is contained in:
parent
60f58592b2
commit
ed2fc0c627
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cmdline-tools-version: 9862592
|
cmdline-tools-version: 9862592
|
||||||
- name: Install android platform, build-tools and ndk
|
- name: Install android platform, build-tools and ndk
|
||||||
run: ${ANDROID_HOME}/cmdline-tools/latest/bin --install "platforms;android-33" "build-tools;33.0.0" "ndk;23.1.7779620"
|
run: ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "platforms;android-33" "build-tools;33.0.0" "ndk;23.1.7779620"
|
||||||
- name: Setup NDK path
|
- name: Setup NDK path
|
||||||
run: echo "ANDROID_NDK_ROOT=${ANDROID_HOME}/ndk/23.1.7779620/" >> $GITHUB_ENV
|
run: echo "ANDROID_NDK_ROOT=${ANDROID_HOME}/ndk/23.1.7779620/" >> $GITHUB_ENV
|
||||||
- name: Install Qt (Desktop)
|
- name: Install Qt (Desktop)
|
||||||
|
Loading…
Reference in New Issue
Block a user