Skip to content

Commit 4a69387

Browse files
Fix workflow build
* ubuntu-latest added Android's cmake back so that we need to remove it manually.
1 parent a0f3b54 commit 4a69387

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/core.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
with:
6565
version: 1.12.1
6666

67+
- name: Remove Android's cmake
68+
shell: bash
69+
run: rm -rf $ANDROID_HOME/cmake
70+
6771
- name: Configure Gradle properties
6872
run: |
6973
echo 'org.gradle.caching=true' >> ~/.gradle/gradle.properties

0 commit comments

Comments
 (0)