Skip to content

Commit

Permalink
Set up .NET on D: instead of the OS drive
Browse files Browse the repository at this point in the history
Previous slowness I'd seen during the Setup .NET step wasn't the download, which was only 5 or 6 seconds, but the .zip extraction. According to what I've read since then, hosted Windows runners for now have an issue with the C: drive being slower than D:, and the suggestion was to install in the faster location as a quick fix. Let's see how that works out.
  • Loading branch information
ItEndsWithTens authored Feb 22, 2024
1 parent f154bcc commit fe36aa3
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 @@ -18,6 +18,7 @@ jobs:
shell: pwsh

env:
DOTNET_INSTALL_DIR: D:\dotnet
GH_TOKEN: ${{ github.token }}
bizhawk_hash: ''
bizhawk_required_files: |
Expand Down

0 comments on commit fe36aa3

Please sign in to comment.