Skip to content

Commit 610eda2

Browse files
committed
Update ci.yml
1 parent 476ce9b commit 610eda2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Diskspace
102102
shell: pwsh
103103
run: |
104-
Get-Volume > '\\.\CON'
104+
Get-Volume | Out-String | Write-Host
105105
#diskusage /t:500 C:\
106106
$dirs = 'C:\Windows\Installer', 'C:\Program Files\LLVM\bin',
107107
'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm',
@@ -112,7 +112,7 @@ jobs:
112112
'C:\Program Files\PostgreSQL', 'C:\Program Files\Unity Hub', 'C:\ProgramData\chocolatey',
113113
'C:\ProgramData\Package Cache', 'C:\Strawberry', 'C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk'
114114
Remove-Item -Recurse -Force -ErrorAction Continue $dirs
115-
Get-Volume > '\\.\CON'
115+
Get-Volume | Out-String | Write-Host
116116
exit 1
117117
- name: Install cargo in AWS CodeBuild
118118
if: matrix.codebuild

0 commit comments

Comments
 (0)