1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-29 16:47:56 +00:00

Don't build the webside on Windows/Mac

It seems to stall on Mac, and unlike Windows, I don't have access to a
machine to debug it :/.
This commit is contained in:
Jonathan Coates
2024-04-24 21:49:49 +01:00
parent 4980b7355d
commit 929debd382

View File

@@ -97,7 +97,7 @@ jobs:
- name: ⚒️ Build
run: |
./gradlew --configure-on-demand :core:assemble :web:assemble
./gradlew --configure-on-demand :core:assemble
- name: 🧪 Run tests
run: |