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 d575f71 commit 727645e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
echo "$ANDROID_HOME/tools/bin" >> $GITHUB_PATH
echo "$ANDROID_HOME/cmdline-tools/7.0/bin" >> $GITHUB_PATH
echo "$ANDROID_HOME/cmdline-tools/latest/bin" >> $GITHUB_PATH
- name: Accept licenses
run: yes | sdkmanager --licenses
Expand Down

0 comments on commit 727645e

Please sign in to comment.