mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-24 16:07:01 +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:
parent
4980b7355d
commit
929debd382
2
.github/workflows/main-ci.yml
vendored
2
.github/workflows/main-ci.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
|||||||
|
|
||||||
- name: ⚒️ Build
|
- name: ⚒️ Build
|
||||||
run: |
|
run: |
|
||||||
./gradlew --configure-on-demand :core:assemble :web:assemble
|
./gradlew --configure-on-demand :core:assemble
|
||||||
|
|
||||||
- name: 🧪 Run tests
|
- name: 🧪 Run tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user