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 190fea2 commit ea1ff39Copy full SHA for ea1ff39
.github/workflows/.hatch-run.yml
@@ -38,9 +38,11 @@ jobs:
38
- if: runner.os == 'Windows'
39
name: Setup RAM Disk
40
uses: chad-golden/setup-ramdisk@main
41
- env:
42
- HATCH_DATA_DIR: "R:\\hatch"
43
- HATCH_CACHE_DIR: "R:\\hatch_cache"
+ - if: runner.os == 'Windows'
+ name: Configure RAM Disk paths
+ run: |
44
+ mkdir R:\playwright
45
+ mklink /J C:\Users\runneradmin\AppData\Local\ms-playwright R:\playwright
46
- uses: oven-sh/setup-bun@v2
47
with:
48
bun-version: latest
0 commit comments