From 05cf8cf75dc22098af1eb918eaafea0e80e813cf Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 27 Oct 2025 20:12:06 +0800 Subject: [PATCH] Try restore via msbuild --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c77cd8fc..d6637e5a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,7 @@ jobs: - uses: microsoft/setup-msbuild@v1.1 - name: Build solution run: | + msbuild GARBro.sln -t:Restore -p:Configuration=Release -p:Platform="Any CPU" msbuild GARBro.sln -p:Configuration=Release -p:Platform="Any CPU" - name: Upload artifact uses: actions/upload-artifact@v4