From 90e2865b4340952fd21093adb02e7b0c06367f8f Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 11 Jan 2020 00:30:40 +0100 Subject: [PATCH] Disable some platforms to start supporting some --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index afcb9fb4..afb9a0fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,13 +25,13 @@ 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 standalone app. - WebGL # WebGL. - - WSAPlayer # Build an Windows Store Apps player. - - PS4 # Build a PS4 Standalone. - - XboxOne # Build a Xbox One Standalone. - - tvOS # Build to Apple's tvOS platform. - - Switch # Build a Nintendo Switch player. + # - WSAPlayer # Build an Windows Store Apps player. + # - PS4 # Build a PS4 Standalone. + # - XboxOne # Build a Xbox One Standalone. + # - tvOS # Build to Apple's tvOS platform. + # - Switch # Build a Nintendo Switch player. steps: - uses: actions/checkout@v1