Skip to content

Commit 7c59e11

Browse files
committed
use powershell cmd
1 parent ea1ff39 commit 7c59e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.hatch-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Configure RAM Disk paths
4343
run: |
4444
mkdir R:\playwright
45-
mklink /J C:\Users\runneradmin\AppData\Local\ms-playwright R:\playwright
45+
New-Item -ItemType Junction -Path C:\Users\runneradmin\AppData\Local\ms-playwright -Value R:\playwright
4646
- uses: oven-sh/setup-bun@v2
4747
with:
4848
bun-version: latest

0 commit comments

Comments
 (0)