Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRaydenMK authored Jun 16, 2024
1 parent 60de31a commit 9a07dd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a07dd0

Please sign in to comment.