We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e642d commit e1fa539Copy full SHA for e1fa539
.github/workflows/test_onnxruntime_slow.yml
@@ -47,12 +47,6 @@ jobs:
47
if: matrix.runs-on == 'ubuntu-22.04'
48
uses: jlumbroso/free-disk-space@main
49
50
- - name: Free Disk Space (Windows)
51
- if: matrix.runs-on == 'windows-2022'
52
- run: |
53
- Get-PSDrive -PSProvider FileSystem | Where-Object { $_.Used -gt 0 } | ForEach-Object { $_.Free = 0 }
54
- Get-ChildItem -Path C:\ -Recurse -Force | Where-Object { $_.Attributes -ne "Directory" } | ForEach-Object { $_.Delete() }
55
-
56
- name: Free Disk Space (macOS)
57
if: matrix.runs-on == 'macos-15'
58
run: |
0 commit comments