From 84b11970184226de1ef6982ce5a2f4b53bf27921 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 27 Oct 2025 19:45:24 +0800 Subject: [PATCH] Build for any cpu --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bade70ba..b61b5f04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - uses: microsoft/setup-msbuild@v1.1 - name: Build solution - run: msbuild GARBro.sln -p:Configuration=Release + run: msbuild GARBro.sln -p:Configuration=Release -p:Platform="Any CPU" - name: Upload artifact uses: actions/upload-artifact@v4 with: