From ac6035b2b4c94756ddadcd8c379376feff3f283b Mon Sep 17 00:00:00 2001 From: Dave Olsthoorn Date: Sat, 25 Jul 2020 19:30:09 +0200 Subject: [PATCH] it helps if we don't try to rewrite the same dir --- .github/workflows/run-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml index cff2860..4486793 100644 --- a/.github/workflows/run-test.yml +++ b/.github/workflows/run-test.yml @@ -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'