Skip to content

Commit

Permalink
Add more to path
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 19, 2024
1 parent 521b875 commit 5c897d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ runs:
echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
echo "ANDROID_SDK_ROOT=$ANDROID_HOME" >> $GITHUB_ENV
echo "$ANDROID_HOME/cmdline-tools/latest/bin" >> $GITHUB_PATH
echo "$ANDROID_HOME/emulator" >> $GITHUB_PATH
echo "$ANDROID_HOME/platform-tools" >> $GITHUB_PATH
if: matrix.config == 'android'

- name: Configure Android SDK
Expand Down

0 comments on commit 5c897d7

Please sign in to comment.