Skip to content

Commit

Permalink
fix actions path
Browse files Browse the repository at this point in the history
  • Loading branch information
hosizoraru committed Mar 5, 2024
1 parent 5265f27 commit 55aab2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

# - name: Set up environment variables
# run: |
# echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
# echo "$ANDROID_HOME/tools/bin" >> $GITHUB_PATH
- name: Set up environment variables
run: |
echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
echo "$ANDROID_HOME/tools/bin" >> $GITHUB_PATH
# echo "$ANDROID_HOME/cmdline-tools/latest/bin" >> $GITHUB_PATH

- name: Accept licenses
Expand Down

0 comments on commit 55aab2e

Please sign in to comment.