mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-06-19 05:41:11 +00:00
Set expected cache dir drive to C: on windows (#451)
Seems like the temp folder got moved to the C: drive
This commit is contained in:
parent
252c995424
commit
60ecb381b4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -422,7 +422,7 @@ jobs:
|
|||
- os: ubuntu-latest
|
||||
expected-cache-dir: "/home/runner/work/_temp/setup-uv-cache"
|
||||
- os: windows-latest
|
||||
expected-cache-dir: "D:\\a\\_temp\\setup-uv-cache"
|
||||
expected-cache-dir: "C:\\a\\_temp\\setup-uv-cache"
|
||||
- os: selfhosted-ubuntu-arm64
|
||||
expected-cache-dir: "/home/ubuntu/.cache/uv"
|
||||
runs-on: ${{ matrix.inputs.os }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue