Skip to content

Commit b0bf59a

Browse files
committed
ruby-master needs a BASERUBY >= 3.0
* See ruby/ruby#9976
1 parent 1675223 commit b0bf59a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,10 @@ jobs:
113113
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
114114
115115
# Check
116-
- name: BASERUBY version
117-
run: ruby --version
116+
- name: Setup BASERUBY
117+
uses: ruby/setup-ruby@v1
118+
with:
119+
ruby-version: 3.2
118120

119121
# ENABLE_PATH_CHECK=0: https://github.com/actions/virtual-environments/issues/267
120122
- name: Set configure flags (head)

0 commit comments

Comments
 (0)