Skip to content

Commit c4e4e5d

Browse files
committed
WIP
1 parent c3d0c40 commit c4e4e5d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build-rubies.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ jobs:
66
container: buildpack-deps:bullseye
77
steps:
88
- name: Check something
9-
run: ldd --version
10-
- name: Update package source
11-
run: apt-get update
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 /github/workspace 3.4.6 -- --disable-install-rdoc LDFLAGS="-s"'
20-
- name: Upload artifact
21-
uses: actions/upload-artifact@v5
22-
with:
23-
name: ruby-3.4.6
24-
path: /github/workspace
9+
run: gh
10+
# - name: Update package source
11+
# run: apt-get update
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 /github/workspace 3.4.6 -- --disable-install-rdoc LDFLAGS="-s"'
20+
# - name: Upload artifact
21+
# uses: actions/upload-artifact@v5
22+
# with:
23+
# name: ruby-3.4.6
24+
# path: /github/workspace

0 commit comments

Comments
 (0)