From ce6299accf3bb8868b70cb08c7bb28e8e6a6618d Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Fri, 30 Jul 2021 18:36:37 +0700 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index ad297bf33..5308ea0a9 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -29,13 +29,6 @@ jobs: run: echo "::set-output name=sha::$(echo $(git ls-remote https://github.com/PojavLauncherTeam/gl4es refs/heads/master | grep -io '^\S*' && git ls-remote https://github.com/ptitSeb/gl4es refs/heads/master | grep -io '^\S*'))" shell: bash - - name: Cache gl4es - uses: actions/cache@v2 - id: gl4es-cache - with: - path: gl4es/libs - key: gl4es-android-shared-nodbg-test1-1-${{ steps.gl4es-sha.outputs.sha }} - - name: Get gl4es if: steps.gl4es-cache.outputs.cache-hit != 'true' uses: actions/checkout@v2 @@ -65,6 +58,13 @@ jobs: git commit -am "CI: Update gl4es" git push + - name: Cache gl4es + uses: actions/cache@v2 + id: gl4es-cache + with: + path: gl4es/libs + key: gl4es-android-shared-nodbg-test1-2-${{ steps.gl4es-sha.outputs.sha }} + - name: Get JRE8 uses: dawidd6/action-download-artifact@v2 with: