Update .gitea/workflows/build.yml
Some checks failed
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneLinux64, 6000.0.37f1) (push) Failing after 11m24s
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneWindows64, 6000.0.37f1) (push) Failing after 11m23s

This commit is contained in:
EthanPisani 2025-02-18 13:43:42 -05:00
parent e21c9152c0
commit 5fe07bb6ff

View File

@ -29,6 +29,7 @@ jobs:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
RUN_AS_HOST_USER: true
with:
targetPlatform: ${{ matrix.targetPlatform }}
unityVersion: ${{ matrix.unityVersion }}