1 parent 6c210ee commit 612a5b8Copy full SHA for 612a5b8
1 file changed
.github/workflows/release.yaml
@@ -14,6 +14,10 @@ jobs:
14
build:
15
runs-on: windows-latest
16
17
+ env:
18
+ # Configure a constant location for the uv cache
19
+ UV_CACHE_DIR: /tmp/.uv-cache
20
+
21
steps:
22
- name: Checkout repository
23
uses: actions/checkout@v6
0 commit comments