Commit Graph

3 Commits

Author SHA1 Message Date
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
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