Skip to content

Commit bc6e564

Browse files
committed
3.3.8
1 parent 75cb13a commit bc6e564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-rubies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
cd ruby-install-0.10.1
1717
make install
1818
- name: Install Ruby
19-
run: 'ruby-install 3.4.6 -- --disable-install-rdoc LDFLAGS="-s"'
19+
run: 'ruby-install 3.3.8 -- --disable-install-rdoc LDFLAGS="-s"'
2020
- name: Upload artifact
2121
uses: actions/upload-artifact@v5
2222
with:
23-
name: ruby-3.4.6
23+
name: ruby-3.3.8
2424
path: /opt/rubies

0 commit comments

Comments
 (0)