From 1a087a1743518d04a865165300f4b954c2900b5c Mon Sep 17 00:00:00 2001 From: EthanPisani Date: Wed, 19 Feb 2025 09:37:20 -0500 Subject: [PATCH] run as host user true --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 63b336fa..2b327785 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -54,7 +54,7 @@ jobs: UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} DOCKER_DEFAULT_PLATFORM: linux/amd64 with: - # runAsHostUser: true + runAsHostUser: true unityVersion: ${{ matrix.unityVersion }} targetPlatform: ${{ matrix.targetPlatform }} # customParameters: '-myParameter myValue -myBoolean -ThirdParameter andItsValue'