Skip to content

Commit

Permalink
Update installer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 17, 2023
1 parent 0483d1d commit b39e1b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/installer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,11 @@ export async function installJulia(versionInfo, version: string, arch: string):
await exec.exec('tar', ['xf', juliaDownloadPath, '--strip-components=1', '-C', tempInstallDir])
return tempInstallDir
case 'win32':
juliaDownloadPathExt = juliaDownloadPath + ".zip"

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / check_pr

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / check_pr

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.0.5, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.0.5, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.0.5, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.0.5, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 236 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?
if (version.endsWith('nightly') || semver.gtr(version, '1.3', {includePrerelease: true})) {
// The installer changed in 1.4: https://github.com/JuliaLang/julia/blob/ef0c9108b12f3ae177c51037934351ffa703b0b5/NEWS.md#build-system-changes
await exec.exec('powershell', ['-Command', `Expand-Archive -Path ${juliaDownloadPath} -DestinationPath ${tempInstallDir}`])
await exec.exec('powershell', ['-Command', `Rename-Item -Path ${juliaDownloadPath} -NewName ${juliaDownloadPathExt}`]);

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / check_pr

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / check_pr

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.0.5, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.0.5, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.0.5, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.0.5, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 239 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?
await exec.exec('powershell', ['-Command', `Expand-Archive -Path ${juliaDownloadPathExt} -DestinationPath ${tempInstallDir}`])

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / check_pr

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / check_pr

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.0.5, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.0.5, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.2, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, x64, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, x64, macOS-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.10-nightly, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, x86, ubuntu-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (nightly, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.0.5, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1.0.5, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x64, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (^1.5.0-beta1, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?

Check failure on line 240 in src/installer.ts

View workflow job for this annotation

GitHub Actions / test (1, x86, windows-latest)

Cannot find name 'juliaDownloadPathExt'. Did you mean 'juliaDownloadPath'?
} else {
await exec.exec('powershell', ['-Command', `Start-Process -FilePath ${juliaDownloadPath} -ArgumentList "/S /D=${path.join(process.cwd(), tempInstallDir)}" -NoNewWindow -Wait`])
}
Expand Down

0 comments on commit b39e1b4

Please sign in to comment.