We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45cd93 commit 95826f8Copy full SHA for 95826f8
.github/workflows/autobuild.yml
@@ -145,6 +145,9 @@ jobs:
145
146
- name: Remove pre-existing homebrew packages
147
run: brew remove --force $(brew list)
148
+
149
+ - name: Store brew Ruby location
150
+ run: brew --prefix ruby
151
152
- name: Checkout repository
153
uses: actions/checkout@v4
macos/Dependencies/common.make
@@ -52,7 +52,7 @@ RUBY_CONFIGURE_ARGS := \
52
--disable-rubygems \
53
--disable-install-doc \
54
--build=$(RBUILD) \
55
- --with-baseruby=/opt/homebrew/opt/ruby/bin/ruby \
+ --with-baseruby=/usr/local/opt/ruby/bin/ruby \
56
${EXTRA_RUBY_CONFIG_ARGS}
57
58
CONFIGURE := $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
0 commit comments