mirror of
https://gitea.com/actions/setup-android.git
synced 2024-11-27 03:43:56 +08:00
templating in uses does not work
This commit is contained in:
parent
ca48f596fe
commit
6cd34504b7
7
.github/workflows/run-test.yml
vendored
7
.github/workflows/run-test.yml
vendored
@ -25,13 +25,18 @@ jobs:
|
||||
with:
|
||||
repository: daveol/SampleApplication
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: ../setup-android
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
|
||||
- name: Setup Android SDK
|
||||
uses: ${{ github.repository }}@${{ github.ref }}
|
||||
id: 'setup-android'
|
||||
uses: ../setup-android
|
||||
|
||||
- name: Build SampleApplication
|
||||
if: runner.os != 'windows'
|
||||
|
Loading…
Reference in New Issue
Block a user