From 938926799f6b9870faae3755a77aed5587640f49 Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 13 Jun 2020 16:57:56 +0200 Subject: [PATCH] Remove WebGL for faster CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 859b4a4d..2615e675 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: - StandaloneLinux64 # Build a Linux 64-bit standalone. - iOS # Build an iOS player. # - Android # Build an Android .apk standalone app. - - WebGL # WebGL. + # - WebGL # WebGL. # - WSAPlayer # Build an Windows Store Apps player. # - PS4 # Build a PS4 Standalone. # - XboxOne # Build a Xbox One Standalone.