We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dee8f1 commit 3bcefa5Copy full SHA for 3bcefa5
3 files changed
.github/workflows/mingw.yml
@@ -29,6 +29,7 @@ jobs:
29
timeout-minutes: 8
30
uses: ruby/setup-ruby-pkgs@v1
31
with:
32
+ setup-ruby-ref: ruby/setup-ruby/bc48263cbb5883
33
ruby-version: mingw
34
mingw: clang
35
.github/workflows/mswin.yml
@@ -28,8 +28,9 @@ jobs:
28
- name: load ruby
timeout-minutes: 12
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby-pkgs@v1
ruby-version: mswin
36
# cert file is created with RubyInstaller2
.github/workflows/ucrt.yml
@@ -29,7 +29,8 @@ jobs:
- ruby-version: 3.2
+ ruby-version: ucrt
- name: Get Ruby and RubyInstaller2 repos
0 commit comments