astral-sh-setup-uv/dist/setup
Christoph Reiter 96bdc9e935 Fall back to extractZip() if extractTar() fails
extractTar() supporst both bsdtar and gnu tar, but only bsdtar
supports zip files. While on GH hosted runners bsdtar is used by
default that might not be true for other setups, so in case extractTar()
fails we fall back to extractZip() and print a message.
2025-10-24 15:59:14 +02:00
..
index.js Fall back to extractZip() if extractTar() fails 2025-10-24 15:59:14 +02:00