From 929debd3828a2af34420a7fa83c33599873e6f07 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Wed, 24 Apr 2024 21:49:49 +0100 Subject: [PATCH] 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 :/. --- .github/workflows/main-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 18ab88e49..013ec2ad5 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -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: |