File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 22
33This action downloads a prebuilt ruby and adds it to ` $PATH ` .
44
5- ## Supported Versions
5+ It is very efficient and takes about 5 seconds to download, extract and add the given Ruby to ` $PATH ` .
6+ No extra packages need to be installed.
7+
8+ ### Supported Versions
69
710This action currently supports these versions of MRI, JRuby and TruffleRuby:
811
@@ -18,7 +21,7 @@ for the always up-to-date list of available Ruby versions.
1821Note that Ruby 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life,
1922which means Ruby 2.3 is unmaintained and considered insecure.
2023
21- ## Platforms
24+ ### Supported Platforms
2225
2326The action works for the ` ubuntu-16.04 ` , ` ubuntu-18.04 ` and ` macos-latest ` GitHub-hosted runners.
2427` windows-latest ` is not yet supported.
9497 - run: ruby -v
9598` ` `
9699
97- # # Efficiency
98-
99- It takes about 5 seconds to setup the given Ruby.
100-
101100# # Limitations
102101
103102* Currently does not work on Windows since the builder doesn't build on Windows.
You can’t perform that action at this time.
0 commit comments