File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
- name : Diskspace
102
102
shell : pwsh
103
103
run : |
104
- Get-Volume
104
+ Get-Volume > '\\.\CON'
105
105
#diskusage /t:500 C:\
106
106
$dirs = 'C:\Windows\Installer', 'C:\Program Files\LLVM\bin',
107
107
'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm',
@@ -111,8 +111,8 @@ jobs:
111
111
'C:\Program Files\MongoDB', 'C:\Program Files\Azure Cosmos DB Emulator',
112
112
'C:\Program Files\PostgreSQL', 'C:\Program Files\Unity Hub', 'C:\ProgramData\chocolatey',
113
113
'C:\ProgramData\Package Cache', 'C:\Strawberry', 'C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk'
114
- Remove-Item -Recurse -Force $dirs
115
- Get-Volume
114
+ Remove-Item -Recurse -Force -ErrorAction Continue $dirs
115
+ Get-Volume > '\\.\CON'
116
116
exit 1
117
117
- name : Install cargo in AWS CodeBuild
118
118
if : matrix.codebuild
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ runners:
31
31
<< : *base-job
32
32
33
33
- &job-windows
34
- os : windows-2022
34
+ os : windows-2025
35
35
<< : *base-job
36
36
37
37
# NOTE: windows-2025 has less disk space available than windows-2022,
@@ -41,7 +41,7 @@ runners:
41
41
<< : *base-job
42
42
43
43
- &job-windows-8c
44
- os : windows-2022 -8core-32gb
44
+ os : windows-2025 -8core-32gb
45
45
<< : *base-job
46
46
47
47
- &job-windows-25-8c
You can’t perform that action at this time.
0 commit comments