Skip to content

Commit 190fea2

Browse files
committed
ry setting hatch to use R drive
1 parent e1c10e0 commit 190fea2

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/.hatch-run.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,12 @@ jobs:
3535
runs-on: ${{ matrix.runs-on }}
3636
steps:
3737
- uses: actions/checkout@v4
38-
- name: Setup RAM Disk
39-
if: runner.os == 'Windows'
38+
- if: runner.os == 'Windows'
39+
name: Setup RAM Disk
4040
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
41+
env:
42+
HATCH_DATA_DIR: "R:\\hatch"
43+
HATCH_CACHE_DIR: "R:\\hatch_cache"
4644
- uses: oven-sh/setup-bun@v2
4745
with:
4846
bun-version: latest

0 commit comments

Comments
 (0)