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: