We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef82e9 commit 1da52f7Copy full SHA for 1da52f7
1 file changed
.github/actions/uv-project-setup/action.yaml
@@ -46,7 +46,7 @@ runs:
46
echo "::endgroup::"
47
done
48
49
- first_dir_with_uv=$(echo "$DIRECTORIES" | cut -d ' ' -f 1)
+ first_dir_with_uv=$(echo "$DIRECTORIES" | head -n 1)
50
echo "::group::Prune uv cache"
51
pushd "$first_dir_with_uv"
52
# --ci switch removes build-system dependencies, unless they are pinned to specific version
0 commit comments