Ensure there is enough space for Android test builds

pull/629/head
Andrew Kahr 2024-02-18 16:47:08 -08:00
parent 3fcdb9f099
commit 2a8058fe8c
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ jobs:
- Android # Build an Android .apk. - Android # Build an Android .apk.
- WebGL # WebGL. - WebGL # WebGL.
steps: steps:
- name: Clear Space for Android Build
if: matrix.targetPlatform == 'Android'
uses: jlumbroso/free-disk-space@v1.3.1
########################### ###########################
# Checkout # # Checkout #
########################### ###########################