We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cb13a commit bc6e564Copy full SHA for bc6e564
.github/workflows/build-rubies.yml
@@ -16,9 +16,9 @@ jobs:
16
cd ruby-install-0.10.1
17
make install
18
- name: Install Ruby
19
- run: 'ruby-install 3.4.6 -- --disable-install-rdoc LDFLAGS="-s"'
+ run: 'ruby-install 3.3.8 -- --disable-install-rdoc LDFLAGS="-s"'
20
- name: Upload artifact
21
uses: actions/upload-artifact@v5
22
with:
23
- name: ruby-3.4.6
+ name: ruby-3.3.8
24
path: /opt/rubies
0 commit comments