We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbbca2 commit d2754e1Copy full SHA for d2754e1
.github/workflows/build-unity-spacecraft.yml
@@ -257,9 +257,9 @@ jobs:
257
unityVersion: ${{ steps.detect.outputs.version }}
258
buildMethod: ${{ steps.compute.outputs.buildMethod }}
259
customParameters: -logFile Logs/Editor.log -stackTraceLogType Full
260
- # Optional: enable Unity editor cache inside action (requires action support)
261
- # cacheUnity: true
262
- # cacheVersioning: semantic
+ runAsHostUser: true
+ cacheUnity: true
+ cacheVersioning: semantic
263
264
- name: Setup Node.js
265
if: success()
0 commit comments