[ci/windows] install-msvc.ps1: Remove useless step
All checks were successful
eden-license / license-header (pull_request) Successful in 42s
All checks were successful
eden-license / license-header (pull_request) Successful in 42s
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
This commit is contained in:
parent
7bf2c30cc4
commit
036fe8b4b6
1 changed files with 0 additions and 7 deletions
|
@ -40,10 +40,3 @@ if ($ExitCode -ne 0) {
|
|||
}
|
||||
|
||||
Write-Host "Finished installing Visual Studio Build Tools"
|
||||
|
||||
# Add paths to GitHub Actions environment if running in CI
|
||||
if ("$env:GITHUB_ACTIONS" -eq "true") {
|
||||
$VSPath = Join-Path $VSROOT "VC\Tools\MSVC"
|
||||
Write-Host "Adding Visual Studio paths to GitHub Actions environment"
|
||||
echo "$VSPath\bin\Hostx64\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue