Skip to content

Commit ceedfa4

Browse files
committed
Try compiling with the enable-load-relative flag
1 parent b723903 commit ceedfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-rubies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
cd ruby-install-0.10.1
1515
make install
1616
- name: Install Ruby
17-
run: 'ruby-install --rubies-dir /github/workspace 3.4.7 -- --disable-install-rdoc LDFLAGS="-s"'
17+
run: 'ruby-install --rubies-dir /github/workspace 3.4.7 -- --disable-install-rdoc --enable-load-relative LDFLAGS="-s"'
1818
- name: Upload artifact
1919
uses: actions/upload-artifact@v5
2020
with:

0 commit comments

Comments
 (0)