We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8101bf1 commit e9521bfCopy full SHA for e9521bf
.github/workflows/android.yml
@@ -80,6 +80,11 @@ jobs:
80
# Reuse the script that install Android on ET Docker image
81
sudo -E bash .ci/docker/common/install_android.sh
82
83
+ # After https://github.com/ReactiveCircus/android-emulator-runner/releases/tag/v2.33.0 release,
84
+ # it seems that we need to chown the Android setup to the current user instead of root to
85
+ # avoid permission issue
86
+ sudo chown -R "${USER}" /opt/android
87
+
88
- name: Gradle cache
89
uses: gradle/actions/setup-gradle@v3
90
0 commit comments