Skip to content

Commit e1c10e0

Browse files
committed
Try setting up a RAM disk
1 parent 81e8c57 commit e1c10e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/.hatch-run.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
runs-on: ${{ matrix.runs-on }}
3636
steps:
3737
- uses: actions/checkout@v4
38+
- name: Setup RAM Disk
39+
if: runner.os == 'Windows'
40+
uses: chad-golden/setup-ramdisk@main
41+
with:
42+
copy-workspace: true
43+
- name: Changing working directory to RAM disk
44+
if: runner.os == 'Windows'
45+
run: cd R:\workspace
3846
- uses: oven-sh/setup-bun@v2
3947
with:
4048
bun-version: latest

0 commit comments

Comments
 (0)