Skip to content

Commit 0540f6c

Browse files
committed
Let the build happen at /opt
1 parent d21948f commit 0540f6c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-rubies.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
cd ruby-install-0.10.1
1717
make install
1818
- name: Install Ruby
19-
run: 'ruby-install --rubies-dir ~/.rubies 3.4.7 -- --disable-install-rdoc LDFLAGS="-s"'
19+
run: 'ruby-install 3.4.7 -- --disable-install-rdoc LDFLAGS="-s"'
2020
- name: Upload artifact
2121
uses: actions/upload-artifact@v5
2222
with:
2323
name: ruby-3.4.7
24-
path: ~/.rubies
25-
include-hidden-files: true
24+
path: /opt/rubies

0 commit comments

Comments
 (0)