We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480bc30 commit aa517b9Copy full SHA for aa517b9
.github/actions/setup-imdisk/action.yaml
@@ -38,5 +38,5 @@ runs:
38
shell: pwsh
39
run: |
40
$ErrorActionPreference = "Stop"
41
- & OSFMount.com -a -s 4096M -m R: -o logical,format:NTFS
+ & "C:\Program Files\OSFmount\OSFMount.com" -a -s 4096M -m R: -o logical,format:NTFS
42
if ($LASTEXITCODE -ne 0) { throw "Failed to create RAM disk" }
0 commit comments