Skip to content

Commit 786b4d8

Browse files
committed
Try ruby/setup-ruby/pr/762
1 parent 4dee8f1 commit 786b4d8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/mingw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
timeout-minutes: 8
3030
uses: ruby/setup-ruby-pkgs@v1
3131
with:
32+
setup-ruby-ref: ruby/setup-ruby/bc48263cbb5883
3233
ruby-version: mingw
3334
mingw: clang
3435

.github/workflows/mswin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828

2929
- name: load ruby
3030
timeout-minutes: 12
31-
uses: ruby/setup-ruby@v1
31+
uses: ruby/setup-ruby-pkgs@v1
3232
with:
33+
setup-ruby-ref: ruby/setup-ruby/bc48263cbb5883
3334
ruby-version: mswin
3435

3536
# cert file is created with RubyInstaller2

.github/workflows/ucrt.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
timeout-minutes: 8
3030
uses: ruby/setup-ruby-pkgs@v1
3131
with:
32-
ruby-version: 3.2
32+
setup-ruby-ref: ruby/setup-ruby/pr/762
33+
ruby-version: ucrt
3334
mingw: clang
3435

3536
- name: Get Ruby and RubyInstaller2 repos

0 commit comments

Comments
 (0)