File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6666 - name : Set up 32 bit x86 Ruby
6767 if : matrix.platform == 'x86-mingw32'
6868 run : |
69- $(new-object net.webclient).DownloadFile("https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-${{ matrix.ruby }}/rubyinstaller-${{ matrix.ruby }}-x86.exe", "$pwd/ruby-setup.exe")
69+ $(new-object net.webclient).DownloadFile("https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-${{ matrix.ruby }}/rubyinstaller-devkit- ${{ matrix.ruby }}-x86.exe", "$pwd/ruby-setup.exe")
7070 cmd /c ruby-setup.exe /currentuser /verysilent /dir=C:/Ruby-${{ matrix.ruby }}
7171 echo "c:/ruby-${{ matrix.ruby }}/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
72+ c:/ruby-${{ matrix.ruby }}/bin/ridk install 3
7273
7374 - name : Download gem from build job
7475 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments