Skip to content

Commit cfd337c

Browse files
committed
3.3.8
1 parent c4e4e5d commit cfd337c

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

.github/workflows/build-rubies.yml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,18 @@ jobs:
55
runs-on: ubuntu-latest
66
container: buildpack-deps:bullseye
77
steps:
8-
- name: Check something
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
8+
- name: Update package source
9+
run: apt-get update
10+
- name: Install ruby-install
11+
run: |
12+
curl -L https://github.com/postmodern/ruby-install/releases/download/v0.10.1/ruby-install-0.10.1.tar.gz -O
13+
tar -xvzf ruby-install-0.10.1.tar.gz
14+
cd ruby-install-0.10.1
15+
make install
16+
- name: Install Ruby
17+
run: 'ruby-install --rubies-dir /github/workspace 3.3.8 -- --disable-install-rdoc LDFLAGS="-s"'
18+
- name: Upload artifact
19+
uses: actions/upload-artifact@v5
20+
with:
21+
name: ruby-3.3.8
22+
path: /github/workspace

0 commit comments

Comments
 (0)