Skip to content

Commit

Permalink
Install Nuget packages to D: instead of the OS drive
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ItEndsWithTens authored Feb 22, 2024
1 parent 3d5ce50 commit 71142bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71142bc

Please sign in to comment.