We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeda7cb commit e04fe7bCopy full SHA for e04fe7b
.appveyor.yml
@@ -7,7 +7,7 @@ install:
7
- ps: |
8
if ($env:ruby_version -like "*head*") {
9
$(new-object net.webclient).DownloadFile("https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-head/rubyinstaller-$env:ruby_version.exe", "$pwd/ruby-setup.exe")
10
- cmd /c ruby-setup.exe /verysilent /dir=C:/Ruby$env:ruby_version
+ cmd /c ruby-setup.exe /verysilent /currentuser /dir=C:/Ruby$env:ruby_version
11
}
12
- ridk version
13
- ridk exec sh -c "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-gcc"
0 commit comments