13
0
Fork 0
mirror of https://github.com/jdx/mise-action.git synced 2026-07-04 02:19:32 +00:00

chore: remove verbose comment

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Carlos Precioso 2026-06-17 16:06:43 +02:00
parent 2c202d47b9
commit 13956f1b5c
3 changed files with 1 additions and 13 deletions

6
dist/index.js generated vendored
View file

@ -89836,12 +89836,6 @@ async function setupMise(version, fetchFromGitHub = false) {
}
case '.tar.zst': {
const archivePath = await downloadTool(url);
// Extract straight into miseDir(): the tarball is laid out
// as `mise/{bin,man,share,...}`, so stripping the leading
// `mise/` component drops the binary at miseBinPath and the
// rest in their native mise data-dir locations. This avoids
// a temp dir and a cross-device copy (rename fails EXDEV when
// the temp dir and miseDir() are on different mounts).
await extractTar(archivePath, miseDir(), [
'--zstd',
'-x',

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View file

@ -345,12 +345,6 @@ async function setupMise(
}
case '.tar.zst': {
const archivePath = await tc.downloadTool(url)
// Extract straight into miseDir(): the tarball is laid out
// as `mise/{bin,man,share,...}`, so stripping the leading
// `mise/` component drops the binary at miseBinPath and the
// rest in their native mise data-dir locations. This avoids
// a temp dir and a cross-device copy (rename fails EXDEV when
// the temp dir and miseDir() are on different mounts).
await tc.extractTar(archivePath, miseDir(), [
'--zstd',
'-x',