Skip to content

Commit 78915a8

Browse files
authored
Include the direct URL of the issue (not just the issue number)
1 parent 1063fd9 commit 78915a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/installer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ export async function installJulia(dest: string, versionInfo, version: string, a
264264
} else {
265265
// This is the more common path. Using .tar.gz is much faster
266266
// don't use the Git bash provided tar. Issue #205
267+
// https://github.com/julia-actions/setup-julia/issues/205
267268
await exec.exec('powershell', ['-Command', `& "$env:WINDIR/System32/tar" xf ${juliaDownloadPath} --strip-components=1 -C ${dest}`])
268269
}
269270
return dest

0 commit comments

Comments
 (0)