Test CI for self-hosted runner
Some checks failed
Publish / Release build and publish (push) Has been cancelled

This commit is contained in:
Adrian Kuta 2024-07-30 21:42:54 +02:00
parent 845ce20047
commit 6021efc0cc

View File

@ -20,6 +20,11 @@ jobs:
with:
distribution: adopt
java-version: 17
- name: LS Command
run: |
echo $ANDROID_HOME
ls $ANDROID_HOME
- name: Setup Android SDK
uses: amyu/setup-android@v4