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 ec3840c commit 59e7f17Copy full SHA for 59e7f17
.github/workflows/Test.yaml
@@ -15,8 +15,9 @@ jobs:
15
uses: actions/checkout@v5
16
- name: Set Env variables
17
run: |
18
- echo "ANDROID_HOME=$HOME/Android/" >> $GITHUB_ENV
19
- echo "ANDROID_SDK_HOME=$HOME/Android" >> $GITHUB_ENV
+ echo "ANDROID_HOME=$HOME/.android/sdk" >> $GITHUB_ENV
+ echo "ANDROID_SDK_ROOT=$HOME/.android/sdk" >> $GITHUB_ENV
20
+ echo "ANDROID_USER_HOME=$HOME/.android/" >> $GITHUB_ENV
21
shell: bash
22
- name: Enable KVM group perms
23
0 commit comments