11 Commits

Author SHA1 Message Date
Bryan MacFarlane
9b0a0db81f update tool-cache for proxy and fix tests (#57)
update tool-cache for proxy and fix tests
2020-01-31 13:57:22 -05:00
Benoit Daloze
573594eefe Only add ruby in $PATH, do not overwrite /usr/bin/ruby
* Fixes https://github.com/actions/setup-ruby/issues/18
* The symlink never worked on macOS, and there was a missing `await`.
* No tool should hardcode `/usr/bin/ruby`, but instead executables
  should use `#!/usr/bin/env ruby`.
* If a specific tool needs the symlink, then it can of course be
  added as part of the steps of that CI.
2019-09-21 22:49:48 +02:00
Danny McCormick
c6c44b217a Use ruby-version (#10)
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
2019-08-13 16:29:23 -04:00
Stephen Franceschelli
e3283467a1 Fix bug. Add workflows. 2019-07-15 13:23:24 -04:00
Stephen Franceschelli
f26956e368 Fix. 2019-07-15 11:40:40 -04:00
Derrick Marcey
22cf5cbe54 Added findRubyVersion tests 2019-06-27 14:24:03 -04:00
Derrick Marcey
4fdd5911a6 PR Feedback - simplifying action 2019-06-27 13:53:08 -04:00
Derrick Marcey
762d5da203 Removing output from action as it's not used. 2019-06-27 12:30:53 -04:00
Derrick Marcey
c39a9768cf First attempt at find ruby action 2019-06-27 11:50:36 -04:00
Derrick Marcey
d2fa3b8435 Ran formatting 2019-06-26 14:35:18 -04:00
Derrick Marcey
58d088150c Init repo from template 2019-06-26 14:22:50 -04:00