remove Android build check and use mirror of unity builder
Some checks failed
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneWindows64, 6000.0.37f1) (push) Failing after 21m29s
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneLinux64, 6000.0.37f1) (push) Failing after 22m15s

This commit is contained in:
EthanPisani 2025-02-18 13:08:32 -05:00
parent f299398ca8
commit e21c9152c0

View File

@ -24,9 +24,7 @@ jobs:
path: Library path: Library
key: Library-${{ matrix.targetPlatform }} key: Library-${{ matrix.targetPlatform }}
restore-keys: Library- restore-keys: Library-
- if: matrix.targetPlatform == 'Android' - uses: https://gitea.zuzu.red/EthanPisani/unity-builder@v4
uses: jlumbroso/free-disk-space@v1.3.1
- uses: game-ci/unity-builder@v4
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}