From 79bfa4eb561ed03c0239989e16dae928ebfadfb5 Mon Sep 17 00:00:00 2001 From: str1k3r <1+str1k3r@noreply.localhost> Date: Tue, 21 Jul 2026 17:43:12 +0000 Subject: [PATCH] fix: using wrong msbuild ver --- .gitea/workflows/ps3.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/ps3.yaml b/.gitea/workflows/ps3.yaml index c416563d..adcbdbd5 100644 --- a/.gitea/workflows/ps3.yaml +++ b/.gitea/workflows/ps3.yaml @@ -15,12 +15,9 @@ jobs: - name: Checkout Repository uses: https://github.com/actions/checkout@v4 - - name: Setup MSBuild - uses: https://github.com/microsoft/setup-msbuild@v2 - - name: Build Minecraft Legacy Console Edition run: | - msbuild MinecraftConsoles.sln ` + "C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" MinecraftConsoles.sln ` /p:Configuration=${{ matrix.configuration }} ` /p:Platform=PS3 ` /m