Revert "Set expected cache dir drive to C: on windows (#451)" (#460)

This reverts commit 60ecb381b4b43af6bb3f4debfa54d9b0b0107997.
This commit is contained in:
Kevin Stillhammer 2025-06-24 11:16:40 +02:00 committed by GitHub
parent 445689ea25
commit 790df8f465
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -422,7 +422,7 @@ jobs:
- os: ubuntu-latest
expected-cache-dir: "/home/runner/work/_temp/setup-uv-cache"
- os: windows-latest
expected-cache-dir: "C:\\a\\_temp\\setup-uv-cache"
expected-cache-dir: "D:\\a\\_temp\\setup-uv-cache"
- os: selfhosted-ubuntu-arm64
expected-cache-dir: "/home/ubuntu/.cache/uv"
runs-on: ${{ matrix.inputs.os }}