Skip to content

Commit a5f3332

Browse files
committed
CI: fiddle needs the devkit
1 parent d61d9f6 commit a5f3332

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/binary.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ jobs:
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

0 commit comments

Comments
 (0)