remove no longer needed installation of sdk 26
This commit is contained in:
6
.github/workflows/release-net.yml
vendored
6
.github/workflows/release-net.yml
vendored
@@ -72,12 +72,6 @@ jobs:
|
|||||||
- name: Display java version
|
- name: Display java version
|
||||||
run: java -version
|
run: java -version
|
||||||
|
|
||||||
# Some components of Keepass2Android currently target android API 26 which are not available on the runner
|
|
||||||
- name: Download android-26 API
|
|
||||||
shell: cmd
|
|
||||||
run: |
|
|
||||||
%ANDROID_SDK_ROOT%\cmdline-tools\latest\bin\sdkmanager --install "platforms;android-26"
|
|
||||||
|
|
||||||
- name: Build native dependencies
|
- name: Build native dependencies
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user