Skip to content

Commit 612a5b8

Browse files
committed
fix: cache location
1 parent 6c210ee commit 612a5b8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
build:
1515
runs-on: windows-latest
1616

17+
env:
18+
# Configure a constant location for the uv cache
19+
UV_CACHE_DIR: /tmp/.uv-cache
20+
1721
steps:
1822
- name: Checkout repository
1923
uses: actions/checkout@v6

0 commit comments

Comments
 (0)