Skip to content

Commit db31ec6

Browse files
committed
Disabling AVD cache to save space
1 parent a1f651f commit db31ec6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/check.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ jobs:
109109
REACT_NATIVE_OVERRIDE_HERMES_DIR=$(npx react-native-node-api vendor-hermes --silent)
110110
echo "REACT_NATIVE_OVERRIDE_HERMES_DIR=$REACT_NATIVE_OVERRIDE_HERMES_DIR" >> $GITHUB_ENV
111111
working-directory: apps/test-app
112-
- name: Setup Android Emulator cache
113-
uses: actions/cache@v4
114-
id: avd-cache
115-
with:
116-
path: |
117-
~/.android/avd/*
118-
~/.android/adb*
119-
key: ${{ runner.os }}-avd-29
112+
# - name: Setup Android Emulator cache
113+
# uses: actions/cache@v4
114+
# id: avd-cache
115+
# with:
116+
# path: |
117+
# ~/.android/avd/*
118+
# ~/.android/adb*
119+
# key: ${{ runner.os }}-avd-29
120120
# See https://github.com/marketplace/actions/android-emulator-runner#running-hardware-accelerated-emulators-on-linux-runners
121121
- name: Enable KVM group perms
122122
run: |

0 commit comments

Comments
 (0)