We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3aca5 commit f58f94cCopy full SHA for f58f94c
.github/actions/android-setup/action.yml
@@ -1,6 +1,8 @@
1
runs:
2
using: "composite"
3
steps:
4
+ - uses: actions/checkout@v4
5
+ - uses: coursier/cache-action@v6
6
- name: Set Env variables
7
run: |
8
echo "ANDROID_HOME=$HOME/.android/sdk" >> $GITHUB_ENV
0 commit comments