Skip to content

chore: update CI runners #17326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
aa
  • Loading branch information
deansheather committed Apr 11, 2025
commit aa517b9411bcd43f86c19c602abe80748dedff03
2 changes: 1 addition & 1 deletion .github/actions/setup-imdisk/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ runs:
shell: pwsh
run: |
$ErrorActionPreference = "Stop"
& 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
if ($LASTEXITCODE -ne 0) { throw "Failed to create RAM disk" }
Loading