File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,14 @@ jobs:
109
109
REACT_NATIVE_OVERRIDE_HERMES_DIR=$(npx react-native-node-api vendor-hermes --silent)
110
110
echo "REACT_NATIVE_OVERRIDE_HERMES_DIR=$REACT_NATIVE_OVERRIDE_HERMES_DIR" >> $GITHUB_ENV
111
111
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
120
120
# See https://github.com/marketplace/actions/android-emulator-runner#running-hardware-accelerated-emulators-on-linux-runners
121
121
- name : Enable KVM group perms
122
122
run : |
You can’t perform that action at this time.
0 commit comments