Skip to content

Commit

Permalink
argh, file locations for Android SDK are a headache!
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Nov 14, 2024
1 parent df779d0 commit 9c66ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Set up environment variables
run: |
mkdir -p $HOME/lib/android/sdk
mkdir -p $HOME/.android/avd
echo "ANDROID_SDK_HOME=$HOME/lib/android/sdk" >> $GITHUB_ENV
echo "ANDROID_HOME=$HOME/lib/android/sdk" >> $GITHUB_ENV
echo "ANDROID_SDK_ROOT=$HOME/lib/android/sdk" >> $GITHUB_ENV
Expand Down

0 comments on commit 9c66ca8

Please sign in to comment.