Skip to content

Commit c8622bb

Browse files
committed
Try to set cache better
1 parent 44ec9e2 commit c8622bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ jobs:
4040
4141
- name: "Install dependencies"
4242
env:
43-
UV_CACHE_DIR: ~/.cache/uv
43+
# `/home/runner` is the result of running `readlink -f ~` on the runner.
44+
UV_CACHE_DIR: /home/runner/.cache/uv
4445
run: |
45-
readlink -f ~
46-
echo "READLINK"
4746
curl -LsSf https://astral.sh/uv/install.sh | sh
4847
uv venv
4948
source ./.venv/bin/activate

0 commit comments

Comments
 (0)