Install ruby

This commit is contained in:
deathrow 2023-02-01 15:58:33 -05:00
parent 8b98f8c045
commit d7e008e8c0
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

View File

@ -5,6 +5,7 @@ jobs:
build:
runs-on: ruby:3.1.3
steps:
- run: npm install ruby
- run: gem update
- run: gem install bundler
- run: bundle install