We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c10e0 commit 190fea2Copy full SHA for 190fea2
.github/workflows/.hatch-run.yml
@@ -35,14 +35,12 @@ jobs:
35
runs-on: ${{ matrix.runs-on }}
36
steps:
37
- uses: actions/checkout@v4
38
- - name: Setup RAM Disk
39
- if: runner.os == 'Windows'
+ - if: runner.os == 'Windows'
+ name: Setup RAM Disk
40
uses: chad-golden/setup-ramdisk@main
41
- with:
42
- copy-workspace: true
43
- - name: Changing working directory to RAM disk
44
45
- run: cd R:\workspace
+ env:
+ HATCH_DATA_DIR: "R:\\hatch"
+ HATCH_CACHE_DIR: "R:\\hatch_cache"
46
- uses: oven-sh/setup-bun@v2
47
with:
48
bun-version: latest
0 commit comments