From 9a07dd0a7c80a3a0833ddd02054cfb886f2ce5da Mon Sep 17 00:00:00 2001 From: Stojan Anastasov Date: Sun, 16 Jun 2024 12:53:50 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e971c0..349faed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,8 @@ jobs: key: avd - name: create AVD and generate snapshot for caching - if: steps.avd-cache.outputs.cache-hit != 'true' + # if: steps.avd-cache.outputs.cache-hit != 'true' + if: false # temporary disable caching uses: reactivecircus/android-emulator-runner@v2 with: api-level: 29