yet another test

This commit is contained in:
Dave Olsthoorn 2020-07-25 19:32:47 +02:00 committed by GitHub
parent ac6035b2b4
commit 023a8c2e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
path: ../setup-android-action/ path: ./build/
- name: Set up JDK 1.8 - name: Set up JDK 1.8
uses: actions/setup-java@v1 uses: actions/setup-java@v1
@ -36,7 +36,7 @@ jobs:
- name: Setup Android SDK - name: Setup Android SDK
id: 'setup-android' id: 'setup-android'
uses: ./../setup-android-action/ uses: ./build/
- name: Build SampleApplication - name: Build SampleApplication
if: runner.os != 'windows' if: runner.os != 'windows'