Skip to content

Commit 6593d86

Browse files
committed
ci: windows: disable old wmic-based disk usage fetching.
If needed, we could run something like this in powershell: Get-CimInstance Win32_LogicalDisk | Select-Object DeviceID, Size, FreeSpace
1 parent 757a027 commit 6593d86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
name: ez80-lto2${{env.EXE}}-${{matrix.runs-on}}${{matrix.build-type}}
9191
path: ez80-lto2${{env.EXE}}
9292

93-
- name: Disk Usage
94-
run: wmic logicaldisk get size,freespace,caption
93+
# - name: Disk Usage
94+
# run: wmic logicaldisk get size,freespace,caption
9595

9696
build-clang:
9797
needs: [build-llvm]
@@ -168,8 +168,8 @@ jobs:
168168
name: ez80-clang${{env.EXE}}-${{matrix.runs-on}}${{matrix.build-type}}
169169
path: ez80-clang${{env.EXE}}
170170

171-
- name: Disk Usage
172-
run: wmic logicaldisk get size,freespace,caption
171+
# - name: Disk Usage
172+
# run: wmic logicaldisk get size,freespace,caption
173173

174174
nightly:
175175
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)