mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Ensure there is enough space for Android test builds
This commit is contained in:
parent
3fcdb9f099
commit
2a8058fe8c
4
.github/workflows/build-tests-ubuntu.yml
vendored
4
.github/workflows/build-tests-ubuntu.yml
vendored
@ -59,6 +59,10 @@ jobs:
|
||||
- Android # Build an Android .apk.
|
||||
- WebGL # WebGL.
|
||||
steps:
|
||||
- name: Clear Space for Android Build
|
||||
if: matrix.targetPlatform == 'Android'
|
||||
uses: jlumbroso/free-disk-space@v1.3.1
|
||||
|
||||
###########################
|
||||
# Checkout #
|
||||
###########################
|
||||
|
Loading…
Reference in New Issue
Block a user