From 87596a024eb730d623d28b4285f3c3897d77aed9 Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Tue, 26 Jan 2021 13:51:46 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2f01e00..21d8b4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -84,7 +84,8 @@ jobs: - StandaloneLinux64 - iOS - Android - - WebGL + # See https://github.com/game-ci/docker/issues/53 webgl will be supported in editor image v0.9 + # - WebGL steps: - uses: actions/checkout@v2 with: