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:
Kevin Stillhammer 2025-06-17 09:40:23 +02:00 committed by GitHub
parent 252c995424
commit 60ecb381b4
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: "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 }}