6464 uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57
6565 continue-on-error : true
6666 with :
67+ # The firebase emulators are pure javascript and java, OS-independent
68+ enableCrossOsArchive : true
6769 # Must match the save path exactly
6870 path : ~/.cache/firebase/emulators
69- key : firebase-emulators-v3-${{ runner.os }}-${{ env.FIREBASE_TOOLS_VERSION }}
71+ key : firebase-emulators-v3-${{ env.FIREBASE_TOOLS_VERSION }}
7072 restore-keys : firebase-emulators-v3
7173 - name : Start Firebase Emulator
7274 run : sudo chown -R 501:20 "/Users/runner/.npm" && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh
9294 continue-on-error : true
9395 uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57
9496 with :
97+ # The firebase emulators are pure javascript and java, OS-independent
98+ enableCrossOsArchive : true
9599 key : ${{ steps.firebase-emulator-cache.outputs.cache-primary-key }}
96100 # Must match the restore path exactly
97101 path : ~/.cache/firebase/emulators
@@ -130,9 +134,11 @@ jobs:
130134 uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57
131135 continue-on-error : true
132136 with :
137+ # The firebase emulators are pure javascript and java, OS-independent
138+ enableCrossOsArchive : true
133139 # Must match the save path exactly
134140 path : ~/.cache/firebase/emulators
135- key : firebase-emulators-v3-${{ runner.os }}-${{ env.FIREBASE_TOOLS_VERSION }}
141+ key : firebase-emulators-v3-${{ env.FIREBASE_TOOLS_VERSION }}
136142 restore-keys : firebase-emulators-v3
137143 - name : Start Firebase Emulator
138144 run : sudo chown -R 501:20 "/Users/runner/.npm" && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh
@@ -158,6 +164,8 @@ jobs:
158164 uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57
159165 continue-on-error : true
160166 with :
167+ # The firebase emulators are pure javascript and java, OS-independent
168+ enableCrossOsArchive : true
161169 key : ${{ steps.firebase-emulator-cache.outputs.cache-primary-key }}
162170 # Must match the restore path exactly
163171 path : ~/.cache/firebase/emulators
@@ -201,9 +209,11 @@ jobs:
201209 uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57
202210 continue-on-error : true
203211 with :
212+ # The firebase emulators are pure javascript and java, OS-independent
213+ enableCrossOsArchive : true
204214 # Must match the save path exactly
205215 path : ~/.cache/firebase/emulators
206- key : firebase-emulators-v3-${{ runner.os }}-${{ env.FIREBASE_TOOLS_VERSION }}
216+ key : firebase-emulators-v3-${{ env.FIREBASE_TOOLS_VERSION }}
207217 restore-keys : firebase-emulators-v3
208218 - name : Start Firebase Emulator
209219 run : sudo chown -R 501:20 "/Users/runner/.npm" && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh
@@ -230,6 +240,8 @@ jobs:
230240 uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57
231241 continue-on-error : true
232242 with :
243+ # The firebase emulators are pure javascript and java, OS-independent
244+ enableCrossOsArchive : true
233245 key : ${{ steps.firebase-emulator-cache.outputs.cache-primary-key }}
234246 # Must match the restore path exactly
235247 path : ~/.cache/firebase/emulators
0 commit comments