From 049ce4f6c82b5ca6f976087ae59fe354ff076d50 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Tue, 17 Jun 2025 09:01:55 +0200 Subject: [PATCH] Set expected cache dir drive to C: on windows 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 }}