From 0501f6429b85ec7f66658de5e0247a464e3c8f87 Mon Sep 17 00:00:00 2001 From: Orstando <173320602+Orstando@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:06:41 -0800 Subject: [PATCH] Reapply "Remove useless JDK and .NET SDK" This reverts commit 52d71d34c65c1b2c9fc9c7e3cc04b4a492661b6a. --- .github/workflows/build.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eab5e17..d674090 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,15 +38,6 @@ jobs: with: name: aurorachat CIA Automatic Build (could be unfinished!) path: ./aurorachat.cia - - name: Setup Java JDK - uses: actions/setup-java@v5.1.0 - with: - distribution: zulu - java-version: '21' - - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v5.1.0 - with: - dotnet-version: 8.0 - name: Quick Ping run: | curl -H "Content-Type: application/json" \