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 81e8c57 commit e1c10e0Copy full SHA for e1c10e0
.github/workflows/.hatch-run.yml
@@ -35,6 +35,14 @@ jobs:
35
runs-on: ${{ matrix.runs-on }}
36
steps:
37
- uses: actions/checkout@v4
38
+ - name: Setup RAM Disk
39
+ if: runner.os == 'Windows'
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
46
- uses: oven-sh/setup-bun@v2
47
with:
48
bun-version: latest
0 commit comments