Skip to content

Commit e04fe7b

Browse files
committed
CI: Rubyinstaller needs an additional switch for unattended install
1 parent eeda7cb commit e04fe7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
- ps: |
88
if ($env:ruby_version -like "*head*") {
99
$(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
10+
cmd /c ruby-setup.exe /verysilent /currentuser /dir=C:/Ruby$env:ruby_version
1111
}
1212
- ridk version
1313
- ridk exec sh -c "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-gcc"

0 commit comments

Comments
 (0)