mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
it helps if we don't try to rewrite the same dir
This commit is contained in:
parent
e982e60a79
commit
ac6035b2b4
1 changed files with 2 additions and 2 deletions
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/
|
||||
path: ../setup-android-action/
|
||||
|
||||
- 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/
|
||||
uses: ./../setup-android-action/
|
||||
|
||||
- name: Build SampleApplication
|
||||
if: runner.os != 'windows'
|
||||
|
|
Loading…
Reference in a new issue