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: build:
runs-on: ruby:3.1.3 runs-on: ruby:3.1.3
steps: steps:
- run: npm install ruby
- run: gem update - run: gem update
- run: gem install bundler - run: gem install bundler
- run: bundle install - run: bundle install