run as host user true
This commit is contained in:
parent
6cba4995dc
commit
1a087a1743
@ -54,7 +54,7 @@ jobs:
|
|||||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||||
DOCKER_DEFAULT_PLATFORM: linux/amd64
|
DOCKER_DEFAULT_PLATFORM: linux/amd64
|
||||||
with:
|
with:
|
||||||
# runAsHostUser: true
|
runAsHostUser: true
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
# customParameters: '-myParameter myValue -myBoolean -ThirdParameter andItsValue'
|
# customParameters: '-myParameter myValue -myBoolean -ThirdParameter andItsValue'
|
||||||
|
Loading…
Reference in New Issue
Block a user