1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-17 02:40:06 +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
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -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: |