mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 13:29:35 -08:00
uses path fix for run-test
This commit is contained in:
parent
c9080c4243
commit
e982e60a79
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-test.yml
vendored
2
.github/workflows/run-test.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Setup Android SDK
|
||||
id: 'setup-android'
|
||||
uses: ../setup-android/
|
||||
uses: ./../setup-android/
|
||||
|
||||
- name: Build SampleApplication
|
||||
if: runner.os != 'windows'
|
||||
|
|
Loading…
Reference in a new issue