Skip to content

Commit 351dcab

Browse files
Try running CI on non-system disk and see if it has any impact on speed
1 parent 61f82d0 commit 351dcab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-ilspy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ jobs:
2323
StagingDirectory: buildartifacts
2424

2525
steps:
26+
- name: Update agent configuration to avoid running on C:\
27+
shell: pwsh
28+
run: |
29+
"DOTNET_INSTALL_DIR=D:\tools\dotnet" >> ${env:GITHUB_ENV}
30+
"DOTNET_ROOT=D:\tools\dotnet" >> ${env:GITHUB_ENV}
31+
2632
- run: mkdir -p $env:StagingDirectory
27-
2833

2934
- uses: actions/checkout@v5
3035
with:

0 commit comments

Comments
 (0)