Remove some platforms for the example
I am currently interested in windows, linux and mac builds
This commit is contained in:
parent
74ede7ac38
commit
d65219aede
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -19,11 +19,9 @@ jobs:
|
||||
unityVersion:
|
||||
- 2020.1.7f1
|
||||
targetPlatform:
|
||||
- StandaloneOSX # Build a macOS standalone (Intel 64-bit).
|
||||
- StandaloneWindows64 # Build a Windows 64-bit standalone.
|
||||
- StandaloneLinux64 # Build a Linux 64-bit standalone.
|
||||
- iOS # Build an iOS player.
|
||||
- WebGL # WebGL.
|
||||
- StandaloneOSX
|
||||
- StandaloneWindows64
|
||||
- StandaloneLinux64
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user