diff --git a/.circleci/config.yml b/.circleci/config.yml index dede0067..8cca07d4 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -117,10 +117,10 @@ jobs: echo "Ruby Target Version Found: $target_version" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 - Invoke-WebRequest -UseBasicParsing -uri $download_uri -OutFile ruby-setup.exe - + Invoke-WebRequest -UseBasicParsing -uri $download_uri -OutFile C:\ruby-setup.exe + echo "Download finished, starting installation of $target_version" - .\ruby-setup.exe /VERYSILENT /NORESTART /ALLUSERS /DIR=C:/Ruby<< parameters.ruby_version >>-x64 + C:\ruby-setup.exe /VERYSILENT /NORESTART /ALLUSERS /DIR=C:/Ruby<< parameters.ruby_version >>-x64 - run: name: ruby diagnostics