Use D:\a\_tmp\setup-uv-cache as default cacheLocalPath on Windows (#57)

Fixes: #52
This commit is contained in:
Kevin Stillhammer 2024-09-07 14:11:25 +02:00 committed by GitHub
parent 4beb0eca42
commit 417c97acee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 53 additions and 4 deletions

View file

@ -26,7 +26,7 @@ inputs:
required: false
cache-local-path:
description: "Local path to store the cache."
default: "/tmp/setup-uv-cache"
default: ""
outputs:
uv-version:
description: "The installed uv version. Useful when using latest."