Ensure there is enough space for Android test builds

This commit is contained in:
Andrew Kahr 2024-02-18 16:47:08 -08:00
parent 3fcdb9f099
commit 2a8058fe8c

View File

@ -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 #
###########################