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