From 60ecb381b4b43af6bb3f4debfa54d9b0b0107997 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Tue, 17 Jun 2025 09:40:23 +0200 Subject: [PATCH] Set expected cache dir drive to C: on windows (#451) Seems like the temp folder got moved to the C: drive --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 760bf4b..19ae6e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}