Skip to content

Commit 59e7f17

Browse files
committed
try with this
1 parent ec3840c commit 59e7f17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
uses: actions/checkout@v5
1616
- name: Set Env variables
1717
run: |
18-
echo "ANDROID_HOME=$HOME/Android/" >> $GITHUB_ENV
19-
echo "ANDROID_SDK_HOME=$HOME/Android" >> $GITHUB_ENV
18+
echo "ANDROID_HOME=$HOME/.android/sdk" >> $GITHUB_ENV
19+
echo "ANDROID_SDK_ROOT=$HOME/.android/sdk" >> $GITHUB_ENV
20+
echo "ANDROID_USER_HOME=$HOME/.android/" >> $GITHUB_ENV
2021
shell: bash
2122
- name: Enable KVM group perms
2223
run: |

0 commit comments

Comments
 (0)