Skip to content

Commit b47f450

Browse files
committed
try without caches
1 parent a2b4576 commit b47f450

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,6 @@ jobs:
5454
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
5555
sudo udevadm control --reload-rules
5656
sudo udevadm trigger --name-match=kvm
57-
- name: Gradle cache
58-
uses: actions/cache@v4
59-
with:
60-
path: |
61-
~/.gradle/caches
62-
~/.gradle/wrapper
63-
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
64-
65-
- name: AVD cache
66-
uses: actions/cache@v4
67-
id: avd-cache
68-
with:
69-
path: |
70-
~/.android/avd/*
71-
~/.android/adb*
72-
key: avd-${{ matrix.api-level }}-${{matrix.profile}}
73-
7457
- name: Install devbox
7558
uses: jetify-com/devbox-install-action@v0.12.0
7659
with:
@@ -88,7 +71,4 @@ jobs:
8871
force-avd-creation: false
8972
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
9073
disable-animations: true
91-
ram-size: 1024M
92-
heap-size: 256M
93-
disk-size: 8192M
9474
script: devbox run test-android

0 commit comments

Comments
 (0)