Skip to content

Commit aa517b9

Browse files
committed
aa
1 parent 480bc30 commit aa517b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-imdisk/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ runs:
3838
shell: pwsh
3939
run: |
4040
$ErrorActionPreference = "Stop"
41-
& OSFMount.com -a -s 4096M -m R: -o logical,format:NTFS
41+
& "C:\Program Files\OSFmount\OSFMount.com" -a -s 4096M -m R: -o logical,format:NTFS
4242
if ($LASTEXITCODE -ne 0) { throw "Failed to create RAM disk" }

0 commit comments

Comments
 (0)