Skip to content

Commit d2754e1

Browse files
committed
tweak
1 parent 9cbbca2 commit d2754e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-unity-spacecraft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ jobs:
257257
unityVersion: ${{ steps.detect.outputs.version }}
258258
buildMethod: ${{ steps.compute.outputs.buildMethod }}
259259
customParameters: -logFile Logs/Editor.log -stackTraceLogType Full
260-
# Optional: enable Unity editor cache inside action (requires action support)
261-
# cacheUnity: true
262-
# cacheVersioning: semantic
260+
runAsHostUser: true
261+
cacheUnity: true
262+
cacheVersioning: semantic
263263

264264
- name: Setup Node.js
265265
if: success()

0 commit comments

Comments
 (0)