Skip to content

Commit 02f006d

Browse files
authored
try creating the directory
1 parent 0eec87f commit 02f006d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: python scripts/checksnippets.py
2121
- name: Install NDK
2222
run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT}
23+
- name: Create dir
24+
run: mkdir "$HOME/.android"
2325
- name: Build with Gradle (Pull Request)
2426
run: ./build_pull_request.sh
2527
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)