Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

Commit 3129962

Browse files
author
Sue N. Cooper
committed
fix github actions
1 parent 8851938 commit 3129962

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/android-build-scripts.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
with:
4242
distribution: 'adopt'
4343
java-version: '17'
44+
- name: prerequisites
45+
run: ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --uninstall "cmake;3.10.2.4988404" "cmake;3.18.1"
4446
- name: set up android ndk
4547
run: |
4648
curl -s "https://dl.google.com/android/repository/android-ndk-${{ matrix.ndk-version }}.zip" -o ndk.zip
@@ -70,6 +72,8 @@ jobs:
7072
with:
7173
distribution: 'adopt'
7274
java-version: '17'
75+
- name: prerequisites
76+
run: ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --uninstall "cmake;3.10.2.4988404" "cmake;3.18.1"
7377
- name: set up android ndk
7478
run: |
7579
curl -s "https://dl.google.com/android/repository/android-ndk-${{ matrix.ndk-version }}.zip" -o ndk.zip
@@ -157,6 +161,8 @@ jobs:
157161
with:
158162
distribution: 'adopt'
159163
java-version: '17'
164+
- name: prerequisites
165+
run: ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --uninstall "cmake;3.10.2.4988404" "cmake;3.18.1"
160166
- name: set up android ndk
161167
run: |
162168
curl -s "https://dl.google.com/android/repository/android-ndk-${{ matrix.ndk-version }}.zip" -o ndk.zip

0 commit comments

Comments
 (0)