Skip to content

Commit 60ecb38

Browse files
authored
Set expected cache dir drive to C: on windows (#451)
Seems like the temp folder got moved to the C: drive
1 parent 252c995 commit 60ecb38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ jobs:
422422
- os: ubuntu-latest
423423
expected-cache-dir: "/home/runner/work/_temp/setup-uv-cache"
424424
- os: windows-latest
425-
expected-cache-dir: "D:\\a\\_temp\\setup-uv-cache"
425+
expected-cache-dir: "C:\\a\\_temp\\setup-uv-cache"
426426
- os: selfhosted-ubuntu-arm64
427427
expected-cache-dir: "/home/ubuntu/.cache/uv"
428428
runs-on: ${{ matrix.inputs.os }}

0 commit comments

Comments
 (0)