Skip to content

Commit dd19d14

Browse files
committed
Remove ram drive, try using github cache
1 parent ce37028 commit dd19d14

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
@@ -36,13 +36,11 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4
3838
- if: runner.os == 'Windows'
39-
name: Setup RAM Disk
40-
uses: chad-golden/setup-ramdisk@main
41-
- if: runner.os == 'Windows'
42-
name: Configure RAM Disk paths
43-
run: |
44-
mkdir R:\playwright
45-
New-Item -ItemType Junction -Path C:\Users\runneradmin\AppData\Local\ms-playwright\ -Value R:\playwright\
39+
name: Cache Playwright Install
40+
uses: actions/cache@v5
41+
with:
42+
path: C:\Users\runneradmin\AppData\Local\ms-playwright\
43+
key: ${{ runner.os }}-playwright
4644
- uses: oven-sh/setup-bun@v2
4745
with:
4846
bun-version: latest

0 commit comments

Comments
 (0)