We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998cf61 commit c714d66Copy full SHA for c714d66
.github/workflows/autobuild.yml
@@ -143,6 +143,10 @@ jobs:
143
with:
144
length: 7
145
146
+ - uses: ruby/setup-ruby@v1
147
+ with:
148
+ ruby-version: '3.2'
149
+
150
- name: Remove pre-existing homebrew packages
151
run: brew remove --force $(brew list)
152
macos/Dependencies/common.make
@@ -52,7 +52,7 @@ RUBY_CONFIGURE_ARGS := \
52
--disable-rubygems \
53
--disable-install-doc \
54
--build=$(RBUILD) \
55
- --with-baseruby=/usr/local/opt/ruby/bin/ruby \
+ --with-baseruby=$(which ruby) \
56
--with-coroutine=ucontext \
57
${EXTRA_RUBY_CONFIG_ARGS}
58
0 commit comments