Skip to content

Commit d7d525d

Browse files
committed
WIP
1 parent 7edc527 commit d7d525d

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/build-rubies.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,19 @@ jobs:
99
run: apt-get update
1010
- name: Create the rubies directory
1111
run: mkdir ~/.rubies
12-
- name: Install ruby-install
13-
run: |
14-
curl -L https://github.com/postmodern/ruby-install/releases/download/v0.10.1/ruby-install-0.10.1.tar.gz -O
15-
tar -xvzf ruby-install-0.10.1.tar.gz
16-
cd ruby-install-0.10.1
17-
make install
18-
- name: Install Ruby
19-
run: 'ruby-install --rubies-dir ~/.rubies 3.4.7 -- --disable-install-rdoc LDFLAGS="-s"'
12+
- name: Touch
13+
run: touch ~/.rubies/foo
14+
# - name: Install ruby-install
15+
# run: |
16+
# curl -L https://github.com/postmodern/ruby-install/releases/download/v0.10.1/ruby-install-0.10.1.tar.gz -O
17+
# tar -xvzf ruby-install-0.10.1.tar.gz
18+
# cd ruby-install-0.10.1
19+
# make install
20+
# - name: Install Ruby
21+
# run: 'ruby-install --rubies-dir ~/.rubies 3.4.7 -- --disable-install-rdoc LDFLAGS="-s"'
2022
- name: Upload artifact
2123
uses: actions/upload-artifact@v5
2224
with:
2325
name: ruby-3.4.7
2426
path: ~/.rubies
27+
include-hidden-files: true

0 commit comments

Comments
 (0)