File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 4242 # Unity specific steps
4343 update-version :
4444 needs : prep
45- runs-on : macos-latest
45+ runs-on : macos-latest-large
4646 outputs :
4747 unity_from : ${{ steps.current_versions.outputs.unity_from }}
4848 ios_from : ${{ steps.current_versions.outputs.ios_from }}
@@ -188,6 +188,13 @@ jobs:
188188 sed -i '' "s/setSdkVersion:@\"[0-9]*\"/setSdkVersion:@\"${PADDED_VERSION}\"/" \
189189 com.onesignal.unity.ios/Runtime/Plugins/iOS/UIApplication+OneSignalUnity.mm
190190
191+ # may hit OutOfMemoryException sometimes if cache is not cleared
192+ - name : Clear Unity Library and Temp caches
193+ run : |
194+ rm -rf OneSignalExample/Library
195+ rm -rf OneSignalExample/Temp
196+ rm -rf OneSignalExample/obj
197+
191198 - name : Run UpdateProjectVersion
192199 uses : buildalon/unity-action@v3
193200 with :
You can’t perform that action at this time.
0 commit comments