From 71142bc1da5645c59d5d35c04b28c240ca1cc696 Mon Sep 17 00:00:00 2001 From: Rob Martens Date: Thu, 22 Feb 2024 10:38:04 -0500 Subject: [PATCH] Install Nuget packages to D: instead of the OS drive Just like .NET itself, this defaults to C:, which may or may not be slow at the moment and for the foreseeable future. Try dropping packages in the workspace instead and see if restores are faster. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c9cb7f..80a282b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,7 @@ jobs: env: DOTNET_INSTALL_DIR: D:\dotnet GH_TOKEN: ${{ github.token }} + NUGET_PACKAGES: ${{ github.workspace }}\.nuget\packages bizhawk_hash: '' bizhawk_required_files: | lib/BizHawk/output/dll/BizHawk.*.dll