From ad107240ef7fb9605fb3429ec2c0e1d71e2536e3 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 27 Oct 2025 20:20:02 +0800 Subject: [PATCH] Try use nuget restore --- .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 d6637e5a..ea536241 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +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" + nuget restore msbuild GARBro.sln -p:Configuration=Release -p:Platform="Any CPU" - name: Upload artifact uses: actions/upload-artifact@v4