Skip to content

Commit f58f94c

Browse files
committed
Checkout
1 parent ec3aca5 commit f58f94c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/android-setup/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
runs:
22
using: "composite"
33
steps:
4+
- uses: actions/checkout@v4
5+
- uses: coursier/cache-action@v6
46
- name: Set Env variables
57
run: |
68
echo "ANDROID_HOME=$HOME/.android/sdk" >> $GITHUB_ENV

0 commit comments

Comments
 (0)