Skip to content

Commit

Permalink
Ask uv for cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Sep 9, 2024
1 parent 05c5387 commit d6c7141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
fi
echo "UV_CACHE_DIR=$UV_CACHE_DIR" >>$GITHUB_ENV
echo "uv cache dir is $UV_CACHE_DIR"
echo "uv cache dir is $(uv cache dir)"
curl \
--location \
Expand All @@ -67,7 +67,7 @@ runs:
}
echo "UV_CACHE_DIR=$UV_CACHE_DIR" >> $env:GITHUB_ENV
Write-Output "uv cache dir is $UV_CACHE_DIR"
Write-Output "uv cache dir is $(uv cache dir)"
irm https://astral.sh/uv/install.ps1 | iex
shell: pwsh
Expand Down

0 comments on commit d6c7141

Please sign in to comment.