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