Skip to content

Commit

Permalink
re: re-enable Windows and Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Apr 1, 2024
1 parent 8d26e97 commit 10955aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
fail-fast: false
matrix:
targetPlatform:
# - StandaloneWindows64 # Build for Windows
- StandaloneWindows64 # Build for Windows
- StandaloneOSX # Build for macOS (Intel)
# - StandaloneLinux64 # Build for Linux
- StandaloneLinux64 # Build for Linux
- WebGL # Build for WebGL
steps:
# Checkout
Expand Down

0 comments on commit 10955aa

Please sign in to comment.