mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-10 18:36:55 +00:00
yet another test
This commit is contained in:
4
.github/workflows/run-test.yml
vendored
4
.github/workflows/run-test.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: ../setup-android-action/
|
||||
path: ./build/
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
- name: Setup Android SDK
|
||||
id: 'setup-android'
|
||||
uses: ./../setup-android-action/
|
||||
uses: ./build/
|
||||
|
||||
- name: Build SampleApplication
|
||||
if: runner.os != 'windows'
|
||||
|
||||
Reference in New Issue
Block a user