Remove some platforms for the example

I am currently interested in windows, linux and mac builds
This commit is contained in:
Gabriel Le Breton 2020-10-08 10:07:12 -04:00
parent 74ede7ac38
commit d65219aede

View File

@ -19,11 +19,9 @@ jobs:
unityVersion: unityVersion:
- 2020.1.7f1 - 2020.1.7f1
targetPlatform: targetPlatform:
- StandaloneOSX # Build a macOS standalone (Intel 64-bit). - StandaloneOSX
- StandaloneWindows64 # Build a Windows 64-bit standalone. - StandaloneWindows64
- StandaloneLinux64 # Build a Linux 64-bit standalone. - StandaloneLinux64
- iOS # Build an iOS player.
- WebGL # WebGL.
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: