Add support for android builds

The emoji in the github action name exposed as a env variable through docker was causing a gradle crash 😢.
This commit is contained in:
Benoit Dion
2020-06-19 19:29:02 -04:00
committed by Webber Takken
parent 1245bfefc8
commit 401ddcaae0
2 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
name: Actions 😎
name: Actions
on:
pull_request: {}
@@ -48,7 +48,7 @@ jobs:
- StandaloneWindows64 # Build a Windows 64-bit standalone.
- StandaloneLinux64 # Build a Linux 64-bit standalone.
- iOS # Build an iOS player.
# - Android # Build an Android .apk standalone app.
- Android # Build an Android .apk.
# - WebGL # WebGL.
# - WSAPlayer # Build an Windows Store Apps player.
# - PS4 # Build a PS4 Standalone.