Skip to content

Commit

Permalink
Try again ReFS, no NTFS compression (makes the cache twice bigger)
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed May 25, 2024
1 parent 87e3329 commit a3ef324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/otel_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
permissions:
contents: write
steps:
- run: systeminfo
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize
# - run: choco install bazelisk
- run: choco upgrade llvm --version 18.1.6
- uses: actions/checkout@v4
- uses: actions/cache/restore@v4
Expand All @@ -38,7 +38,7 @@ jobs:
Initialize-Disk $disk.Number -Verbose
$part = New-Partition -DiskNumber $disk.Number -UseMaximumSize -Verbose
$part
$vol = Format-Volume -FileSystem Ntfs -Compress -Partition $part -Verbose
$vol = Format-Volume -FileSystem ReFS -Partition $part -Verbose
$vol
Dismount-VHD -Path d:/d.vhdx -Verbose
}
Expand Down

0 comments on commit a3ef324

Please sign in to comment.