commit 2bc50e380ac947dc01eab206349d4a781003df37 parent d698b2bf64d62912afb6613734b0d1b50e899b97 Author: Erik Agsjö <erik.agsjo@gmail.com> Date: Sun, 12 Dec 2021 23:25:41 +0100 Works without cache? Diffstat:
| M | .github/workflows/android.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml @@ -27,7 +27,7 @@ jobs: with: java-version: '11' distribution: 'temurin' - cache: 'gradle' + #cache: 'gradle' - name: AVD cache uses: actions/cache@v2